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:
@@ -98,8 +98,9 @@ SECTIONS
|
||||
#endif
|
||||
|
||||
__machvec_start = .;
|
||||
.init.machvec : { *(.init.machvec) }
|
||||
.machvec.init : { *(.machvec.init) }
|
||||
__machvec_end = .;
|
||||
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__init_end = .;
|
||||
|
||||
|
Reference in New Issue
Block a user