Skip to content

Commit

Permalink
[IA64] Add stub entry to fsys.S for sys_migrate_pages
Browse files Browse the repository at this point in the history
When this new syscall was added to ia64 in commit

  3974388

fsys.S was forgotten.  Add a ".data8 0" there to keep
it in step.  [Reported by Stephane Eranian]

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Jan 13, 2006
1 parent 67daf5f commit 7ae69d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/kernel/fsys.S
Original file line number Diff line number Diff line change
Expand Up @@ -903,5 +903,6 @@ fsyscall_table:
data8 0
data8 0
data8 0
data8 0 // 1280

.org fsyscall_table + 8*NR_syscalls // guard against failures to increase NR_syscalls

0 comments on commit 7ae69d2

Please sign in to comment.