diff options
author | Tony Lindgren <tony@atomide.com> | 2011-09-16 01:06:11 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-09-16 01:06:11 +0200 |
commit | ceb1c532ba6220900e61ec7073a9234661efa450 (patch) | |
tree | b7c5b94f09a6893625bb12b7795de3d44fece450 /arch/cris/arch-v32/kernel/entry.S | |
parent | ARM: OMAP: Introduce SoC specific early_init (diff) | |
parent | OMAP: id: remove OMAP_CHIP declarations, code (diff) | |
download | linux-ceb1c532ba6220900e61ec7073a9234661efa450.tar.xz linux-ceb1c532ba6220900e61ec7073a9234661efa450.zip |
Merge branch 'omap_chip_remove_cleanup_3.2' of git://git.pwsan.com/linux-2.6 into cleanup
Diffstat (limited to 'arch/cris/arch-v32/kernel/entry.S')
-rw-r--r-- | arch/cris/arch-v32/kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v32/kernel/entry.S b/arch/cris/arch-v32/kernel/entry.S index 84fed7e91ada..c3ea4694fbaf 100644 --- a/arch/cris/arch-v32/kernel/entry.S +++ b/arch/cris/arch-v32/kernel/entry.S @@ -714,7 +714,7 @@ sys_call_table: .long sys_ni_syscall /* sys_vm86 */ .long sys_ni_syscall /* Old sys_query_module */ .long sys_poll - .long sys_nfsservctl + .long sys_ni_syscall /* Old nfsservctl */ .long sys_setresgid16 /* 170 */ .long sys_getresgid16 .long sys_prctl |