Skip to content

Commit

Permalink
xtensa: rename MISC SR definition to avoid name clashes
Browse files Browse the repository at this point in the history
There are other special register that cause build warnings and may as
well need renaming as well.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent a4c8aa5 commit eb9a63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/include/asm/regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

Expand Down

0 comments on commit eb9a63a

Please sign in to comment.