From 8affb76027fb0c1ae2402dfaee82c45fa5115e87 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 8 Nov 2007 18:54:58 +0900 Subject: [PATCH] --- yaml --- r: 77677 b: refs/heads/master c: 34cd6d3ab47284dbebea03585ead6a0d5671b75c h: refs/heads/master i: 77675: 0aa820044e9b9a9f5665d815bfe9613485e64386 v: v3 --- [refs] | 2 +- trunk/include/asm-sh/module.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5a622597b5fa..979c81c50243 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a09063da33a222adaceea85c9d168cbbb3e626b0 +refs/heads/master: 34cd6d3ab47284dbebea03585ead6a0d5671b75c diff --git a/trunk/include/asm-sh/module.h b/trunk/include/asm-sh/module.h index 118d5a2b228f..46eccd331660 100644 --- a/trunk/include/asm-sh/module.h +++ b/trunk/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