From: Rob Gardner Date: Fri, 7 Aug 2015 20:47:35 +0000 (-0600) Subject: sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value X-Git-Tag: KARO-TX6UL-2015-11-03~156^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c1b3475def4bca962cc8904cc0cdac22e7b6b6b3;p=karo-tx-linux.git 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 Signed-off-by: David S. Miller --- 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 @@ * 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 */