powerpc/e500mc: Fix wrong value of MCSR_L2MMU_MHIT
authorScott Wood <scottwood@freescale.com>
Thu, 29 May 2014 23:13:17 +0000 (18:13 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 20 Jun 2014 23:48:31 +0000 (18:48 -0500)
Signed-off-by: Scott Wood <scottwood@freescale.com>
Reported-by: Ed Swarthout <ed.swarthout@freescale.com>
arch/powerpc/include/asm/reg_booke.h

index 464f108..6148292 100644 (file)
 
 /* e500mc */
 #define MCSR_DCPERR_MC 0x20000000UL /* D-Cache Parity Error */
-#define MCSR_L2MMU_MHIT        0x04000000UL /* Hit on multiple TLB entries */
+#define MCSR_L2MMU_MHIT        0x08000000UL /* Hit on multiple TLB entries */
 #define MCSR_NMI       0x00100000UL /* Non-Maskable Interrupt */
 #define MCSR_MAV       0x00080000UL /* MCAR address valid */
 #define MCSR_MEA       0x00040000UL /* MCAR is effective address */