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