projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a09063d
)
sh: Add SH-5 support to asm/module.h.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 8 Nov 2007 09:54:58 +0000
(18:54 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:39 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/module.h
patch
|
blob
|
history
diff --git
a/include/asm-sh/module.h
b/include/asm-sh/module.h
index
118d5a2
..
46eccd3
100644
(file)
--- a/
include/asm-sh/module.h
+++ b/
include/asm-sh/module.h
@@
-20,6
+20,8
@@
struct mod_arch_specific {
# define MODULE_PROC_FAMILY "SH3LE "
# elif defined CONFIG_CPU_SH4
# define MODULE_PROC_FAMILY "SH4LE "
+# elif defined CONFIG_CPU_SH5
+# define MODULE_PROC_FAMILY "SH5LE "
# else
# error unknown processor family
# endif
@@
-30,6
+32,8
@@
struct mod_arch_specific {
# define MODULE_PROC_FAMILY "SH3BE "
# elif defined CONFIG_CPU_SH4
# define MODULE_PROC_FAMILY "SH4BE "
+# elif defined CONFIG_CPU_SH5
+# define MODULE_PROC_FAMILY "SH5BE "
# else
# error unknown processor family
# endif