Skip to content

Commit

Permalink
microblaze: Add syscall number comment
Browse files Browse the repository at this point in the history
Trivial fix.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Jul 9, 2014
1 parent ad1d435 commit cfa1481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/syscall_table.S
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,6 @@ ENTRY(sys_call_table)
.long sys_process_vm_readv
.long sys_process_vm_writev
.long sys_kcmp
.long sys_finit_module
.long sys_finit_module /* 380 */
.long sys_sched_setattr
.long sys_sched_getattr

0 comments on commit cfa1481

Please sign in to comment.