X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fsh%2Finclude%2Fasm%2Fprocessor.h;fp=arch%2Fsh%2Finclude%2Fasm%2Fprocessor.h;h=b07fe542e362d75cd1ad5d3c190a2dab58f36385;hb=bdf790fabc8185112b3f699c8a25aab09c50239e;hp=b8677da959358992714f9dd5f726630ac829dcf2;hpb=256d83cd6d8caf345ffba414a0f77f30d68caf8a;p=karo-tx-uboot.git diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index b8677da959..b07fe542e3 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h @@ -1,10 +1,10 @@ #ifndef _ASM_SH_PROCESSOR_H_ #define _ASM_SH_PROCESSOR_H_ -#if defined(CONFIG_SH2) +#if defined(CONFIG_CPU_SH2) # include -#elif defined(CONFIG_SH3) +#elif defined(CONFIG_CPU_SH3) # include -#elif defined(CONFIG_SH4) +#elif defined(CONFIG_CPU_SH4) # include #endif #endif