From: Max Filippov Date: Mon, 17 Sep 2012 01:44:54 +0000 (+0400) Subject: xtensa: rename MISC SR definition to avoid name clashes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eb9a63a1e550c489ba389c53bef0f7a94156fa8e;p=linux-beck.git xtensa: rename MISC SR definition to avoid name clashes There are other special register that cause build warnings and may as well need renaming as well. Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- diff --git a/arch/xtensa/include/asm/regs.h b/arch/xtensa/include/asm/regs.h index d4baed246928..a3075b12aff1 100644 --- a/arch/xtensa/include/asm/regs.h +++ b/arch/xtensa/include/asm/regs.h @@ -66,7 +66,7 @@ #define ICOUNTLEVEL 237 #define EXCVADDR 238 #define CCOMPARE 240 -#define MISC 244 +#define MISC_SR 244 /* Special names for read-only and write-only interrupt registers. */