projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67daf5f
)
[IA64] Add stub entry to fsys.S for sys_migrate_pages
author
Tony Luck
<tony.luck@intel.com>
Fri, 13 Jan 2006 18:03:58 +0000
(10:03 -0800)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/ia64/kernel/fsys.S
b/arch/ia64/kernel/fsys.S
index
2ddbac6
..
ce42391
100644
(file)
--- a/
arch/ia64/kernel/fsys.S
+++ b/
arch/ia64/kernel/fsys.S
@@
-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