diff options
author | Rob Gardner <rob.gardner@oracle.com> | 2015-08-07 16:47:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-07 18:22:20 -0400 |
commit | c1b3475def4bca962cc8904cc0cdac22e7b6b6b3 (patch) | |
tree | c416ffa3206c8a5008bd9837b9e7da4896aca1e8 /arch/sparc | |
parent | 49d7c6559bf2ab4f1d56be131ab9571a51fc71bd (diff) |
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>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/include/uapi/asm/asi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/asi.h b/arch/sparc/include/uapi/asm/asi.h index aace6f313716..7ad7203deaec 100644 --- a/arch/sparc/include/uapi/asm/asi.h +++ b/arch/sparc/include/uapi/asm/asi.h | |||
@@ -279,7 +279,7 @@ | |||
279 | * Most-Recently-Used, primary, | 279 | * Most-Recently-Used, primary, |
280 | * implicit | 280 | * implicit |
281 | */ | 281 | */ |
282 | #define ASI_ST_BLKINIT_MRU_S 0xf2 /* (NG4) init-store, twin load, | 282 | #define ASI_ST_BLKINIT_MRU_S 0xf3 /* (NG4) init-store, twin load, |
283 | * Most-Recently-Used, secondary, | 283 | * Most-Recently-Used, secondary, |
284 | * implicit | 284 | * implicit |
285 | */ | 285 | */ |