diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 15:59:09 +0900 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-08 02:43:37 +0000 |
commit | 9655ad03af2d232c3b26e7562ab4f8c29b107e49 (patch) | |
tree | 6a76057e969ca072e7ca9bdf253219e759054d3f /include/asm-sh/sections.h | |
parent | e08f457c7c0cc7720f28349f8780ea752c063441 (diff) |
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>
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r-- | include/asm-sh/sections.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h index 44c06c09e20..2a696b8ee4f 100644 --- a/include/asm-sh/sections.h +++ b/include/asm-sh/sections.h @@ -3,5 +3,7 @@ #include <asm-generic/sections.h> +extern long __machvec_start, __machvec_end; + #endif /* __ASM_SH_SECTIONS_H */ |