]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: Merge mmu and non-mmu versions of sys_call_table
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 6 Apr 2011 20:12:53 +0000 (22:12 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 19 May 2011 16:19:10 +0000 (18:19 +0200)
commit2ded5c80eeb12339837be7fdca83903a90b58beb
tree67bce72652ad231ba235dfb3f24828a6d482a101
parent72ad24cca73225de3c7fa708afc2056a7f694bbc
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>
arch/m68k/kernel/Makefile_mm
arch/m68k/kernel/entry_mm.S
arch/m68k/kernel/syscalltable.S