]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commitc4245c9d6535f3d02fda7f6eb9adcec9f09e8fe3
tree67bce72652ad231ba235dfb3f24828a6d482a101
parent6cf515e113fc1938b3cc9812bd8519a4c6155ef9
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