diff mbox

Fix incorrect ASI_ST_BLKINIT_MRU_S value

Message ID 1438980455-9214-1-git-send-email-rob.gardner@oracle.com
State Accepted
Delegated to: David Miller
Headers show

Commit Message

Rob Gardner Aug. 7, 2015, 8:47 p.m. UTC
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>
---
 arch/sparc/include/uapi/asm/asi.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Aug. 7, 2015, 10:22 p.m. UTC | #1
From: Rob Gardner <rob.gardner@oracle.com>
Date: Fri,  7 Aug 2015 14:47:35 -0600

> 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>

Applied, but please format your Subject line properly next
time.

After "[PATCH] " should be a subsystem name, then a colon, then
a space, and then your one-line description.

In this case the appropriate subsystem name would be "sparc64: "

Also, please do not place extraneous empty lines in your commit
message, as you did here.

Thank you.
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/sparc/include/uapi/asm/asi.h b/arch/sparc/include/uapi/asm/asi.h
index aace6f3..7ad7203d 100644
--- 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	0xf2 /* (NG4) init-store, twin load,
+#define ASI_ST_BLKINIT_MRU_S	0xf3 /* (NG4) init-store, twin load,
 				      * Most-Recently-Used, secondary,
 				      * implicit
 				      */