]> git.baikalelectronics.ru Git - kernel.git/commit
sparc32: remove sun4c traps
authorSam Ravnborg <sam@ravnborg.org>
Fri, 11 May 2012 11:35:06 +0000 (11:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 May 2012 02:27:46 +0000 (19:27 -0700)
commita0a0310497ae94797b636137fa51cd37f7fc4458
treec8ac1f2bf302484b0e87e7793fd6c9322c6860f4
parentc3bd0aab44a86afd0ad3e351768886c18d0765c5
sparc32: remove sun4c traps

We used to runtime patch the trap table for srmmu.
With the removal of sun4c support this is no longer required.

With the sun4c trap removed we can remove all the referenced
trap handling which is sun4c specific.
This also allows us to get rid of the nosun4c.c file that
contained only dummy functions/data.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/head_32.h
arch/sparc/include/asm/memreg.h [deleted file]
arch/sparc/kernel/devices.c
arch/sparc/kernel/entry.S
arch/sparc/kernel/head_32.S
arch/sparc/kernel/setup_32.c
arch/sparc/mm/Makefile
arch/sparc/mm/fault_32.c
arch/sparc/mm/nosun4c.c [deleted file]
arch/sparc/mm/srmmu.c