From: Geert Uytterhoeven Date: Wed, 6 Apr 2011 20:12:53 +0000 (+0200) Subject: m68k: Merge mmu and non-mmu versions of sys_call_table X-Git-Tag: v3.0-rc1~412^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4245c9d6535f3d02fda7f6eb9adcec9f09e8fe3;p=pandora-kernel.git m68k: Merge mmu and non-mmu versions of sys_call_table Impact for nommu: - Store table in .rodata instead of .text, - Let kernel/sys_ni.c handle the stubbing of MMU-only syscalls, - Implement sys_mremap and sys_nfsservct, - Remove unused padding at the end of the table. Impact for mmu: - Store table in .rodata instead of .data. Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer --- Reading git-diff-tree failed