sh: Fixup machvec support.

This fixes up much of the machvec handling, allowing for it to be
overloaded on boot. Making practical use of this still requires
some Kconfig munging, however.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2007-05-14 15:59:09 +09:00
committed by Paul Mundt
parent e08f457c7c
commit 9655ad03af
7 changed files with 125 additions and 184 deletions

View File

@@ -98,8 +98,9 @@ SECTIONS
#endif
__machvec_start = .;
.init.machvec : { *(.init.machvec) }
.machvec.init : { *(.machvec.init) }
__machvec_end = .;
. = ALIGN(PAGE_SIZE);
__init_end = .;