ChangeSet 1.2181.2.54, 2005/03/27 21:43:19-08:00, [EMAIL PROTECTED]
[SPARC64]: Do not use magic constant in mmu_context.h
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
mmu_context.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/include/asm-sparc64/mmu_context.h
b/include/asm-sparc64/mmu_context.h
--- a/include/asm-sparc64/mmu_context.h 2005-04-03 21:14:35 -07:00
+++ b/include/asm-sparc64/mmu_context.h 2005-04-03 21:14:35 -07:00
@@ -101,7 +101,7 @@
"flush %%g6" \
: /* No outputs */ \
: "r" (CTX_HWBITS((__mm)->context)), \
- "r" (0x10), "i" (ASI_DMMU))
+ "r" (SECONDARY_CONTEXT), "i" (ASI_DMMU))
extern void __flush_tlb_mm(unsigned long, unsigned long);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html