sh: Kill off cf-enabler with extreme prejudice.
authorPaul Mundt <lethal@linux-sh.org>
Wed, 17 Dec 2008 05:41:54 +0000 (14:41 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:46 +0000 (18:44 +0900)
commit073da9c0de401e8683b6bc76c008a7e0850045d5
tree7b843de420aec114f3ed497813ca9e5913d7e157
parent8c197c3afb4a9026973315cc6a3c189dd8434053
sh: Kill off cf-enabler with extreme prejudice.

Now that the rest of the boards that were using cf-enabler "generically"
have switched to setting up their mappings on their own, only the mach-se
boards were left using it. All of the cf-enabler using mach-se boards
use a special initialization of the MRSHPC windows rather than going
through the special PTE as other SH-4 platforms do. This consolidates
the MRSHPC setup logic, hooks it up on the boards that care, and gets rid
of any and all remaining references to cf-enabler.

This has been long overdue, as cf-enabler has been the bane of
arch/sh/kernel for the last 7 years. Good riddance.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/boards/mach-se/770x/setup.c
arch/sh/boards/mach-se/7721/setup.c
arch/sh/boards/mach-se/7722/setup.c
arch/sh/include/mach-se/mach/mrshpc.h [new file with mode: 0644]
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_64
arch/sh/kernel/cf-enabler.c [deleted file]