diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-25 17:20:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-28 02:52:50 -0400 |
commit | b0acd2495e2a7f2655b9d4c761bd09e6dd05fbc4 (patch) | |
tree | 711185bc9cf51d30c5ddf867c9d6f34f0cbfc679 /arch/sparc | |
parent | 6729cf7967f6c11f6de6a0b43ec277905a00c146 (diff) |
sparc32: drop LEON hack for ASI_M_MMUREGS
All users of MMUREGS ASI is now LEON/SUN aware,
so this is no longer required.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Daniel Hellstrom <daniel@gaisler.com>
Cc: Konrad Eisele <konrad@gaisler.com>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/asm/asi.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc/include/asm/asi.h b/arch/sparc/include/asm/asi.h index cbb93e5141de..61ebe7411ceb 100644 --- a/arch/sparc/include/asm/asi.h +++ b/arch/sparc/include/asm/asi.h | |||
@@ -40,11 +40,7 @@ | |||
40 | #define ASI_M_UNA01 0x01 /* Same here... */ | 40 | #define ASI_M_UNA01 0x01 /* Same here... */ |
41 | #define ASI_M_MXCC 0x02 /* Access to TI VIKING MXCC registers */ | 41 | #define ASI_M_MXCC 0x02 /* Access to TI VIKING MXCC registers */ |
42 | #define ASI_M_FLUSH_PROBE 0x03 /* Reference MMU Flush/Probe; rw, ss */ | 42 | #define ASI_M_FLUSH_PROBE 0x03 /* Reference MMU Flush/Probe; rw, ss */ |
43 | #ifndef CONFIG_SPARC_LEON | ||
44 | #define ASI_M_MMUREGS 0x04 /* MMU Registers; rw, ss */ | 43 | #define ASI_M_MMUREGS 0x04 /* MMU Registers; rw, ss */ |
45 | #else | ||
46 | #define ASI_M_MMUREGS 0x19 | ||
47 | #endif /* CONFIG_SPARC_LEON */ | ||
48 | #define ASI_M_TLBDIAG 0x05 /* MMU TLB only Diagnostics */ | 44 | #define ASI_M_TLBDIAG 0x05 /* MMU TLB only Diagnostics */ |
49 | #define ASI_M_DIAGS 0x06 /* Reference MMU Diagnostics */ | 45 | #define ASI_M_DIAGS 0x06 /* Reference MMU Diagnostics */ |
50 | #define ASI_M_IODIAG 0x07 /* MMU I/O TLB only Diagnostics */ | 46 | #define ASI_M_IODIAG 0x07 /* MMU I/O TLB only Diagnostics */ |