]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] Add stub entry to fsys.S for sys_migrate_pages
authorTony Luck <tony.luck@intel.com>
Fri, 13 Jan 2006 18:03:58 +0000 (10:03 -0800)
committerTony Luck <tony.luck@intel.com>
Fri, 13 Jan 2006 18:03:58 +0000 (10:03 -0800)
When this new syscall was added to ia64 in commit

  39743889aaf76725152f16aa90ca3c45f6d52da3

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>
arch/ia64/kernel/fsys.S

index 2ddbac6f49993b4c0026ea6d12803f80b144f620..ce423910ca976553b363ca42ee29f923423c563a 100644 (file)
@@ -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