diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 09:55:28 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-14 09:55:28 -0800 |
commit | 59af70385fb125f819d953801b6c45629836e916 (patch) | |
tree | 6232fb052167c7cbd51851323088217617dbde42 /arch/ia64/kernel/fsys.S | |
parent | e7de369050534025b33aab1033358bf47a577e4d (diff) | |
parent | d50f5c5ca0c3426669fbe11ad4d5708d333eb9fb (diff) |
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
Diffstat (limited to 'arch/ia64/kernel/fsys.S')
-rw-r--r-- | arch/ia64/kernel/fsys.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S index 2ddbac6f499..ce423910ca9 100644 --- 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 |