Browse Source

sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value

ASI_ST_BLKINIT_MRU_S is incorrectly defined as 0xf2 when it
should be 0xf3 according to section 10.3.1 of the Sparc
Architecture manual.

Signed-off-by: Rob Gardner <rob.gardner@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Rob Gardner 10 years ago
parent
commit
c1b3475def
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/sparc/include/uapi/asm/asi.h

+ 1 - 1
arch/sparc/include/uapi/asm/asi.h

@@ -279,7 +279,7 @@
 				      * Most-Recently-Used, primary,
 				      * Most-Recently-Used, primary,
 				      * implicit
 				      * implicit
 				      */
 				      */
-#define ASI_ST_BLKINIT_MRU_S	0xf2 /* (NG4) init-store, twin load,
+#define ASI_ST_BLKINIT_MRU_S	0xf3 /* (NG4) init-store, twin load,
 				      * Most-Recently-Used, secondary,
 				      * Most-Recently-Used, secondary,
 				      * implicit
 				      * implicit
 				      */
 				      */