projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d7c65
)
sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value
author
Rob Gardner
<rob.gardner@oracle.com>
Fri, 7 Aug 2015 20:47:35 +0000
(14:47 -0600)
committer
David S. Miller
<davem@davemloft.net>
Fri, 7 Aug 2015 22:22:20 +0000
(15:22 -0700)
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>
arch/sparc/include/uapi/asm/asi.h
patch
|
blob
|
history
diff --git
a/arch/sparc/include/uapi/asm/asi.h
b/arch/sparc/include/uapi/asm/asi.h
index aace6f31371638384bfc009e80f10d8719376dbf..7ad7203deaec0388629eccbeb965e11b046ae6af 100644
(file)
--- a/
arch/sparc/include/uapi/asm/asi.h
+++ b/
arch/sparc/include/uapi/asm/asi.h
@@
-279,7
+279,7
@@
* Most-Recently-Used, primary,
* implicit
*/
-#define ASI_ST_BLKINIT_MRU_S 0xf
2
/* (NG4) init-store, twin load,
+#define ASI_ST_BLKINIT_MRU_S 0xf
3
/* (NG4) init-store, twin load,
* Most-Recently-Used, secondary,
* implicit
*/