commit | c4245c9d6535f3d02fda7f6eb9adcec9f09e8fe3 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Wed Apr 06 22:12:53 2011 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Thu May 19 18:19:10 2011 +0200 |
tree | 67bce72652ad231ba235dfb3f24828a6d482a101 | |
parent | 6cf515e113fc1938b3cc9812bd8519a4c6155ef9 [diff] |
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 <geert@linux-m68k.org> Acked-by: Greg Ungerer <gerg@uclinux.org>