Index: arch/mips32/include/mm/asid.h
===================================================================
--- arch/mips32/include/mm/asid.h	(revision cc5412e468911668258bf4af5c7371643adcb412)
+++ arch/mips32/include/mm/asid.h	(revision 7df0e44c7735754a317b0e6334637be1a079c0d5)
@@ -33,5 +33,5 @@
 
 #define ASID_STEALING_ENABLED	1
-#define ASID_MAX_ARCH	255
+#define ASID_MAX_ARCH		255
 
 typedef __u8 asid_t;
Index: arch/sparc64/include/mm/asid.h
===================================================================
--- arch/sparc64/include/mm/asid.h	(revision cc5412e468911668258bf4af5c7371643adcb412)
+++ arch/sparc64/include/mm/asid.h	(revision 7df0e44c7735754a317b0e6334637be1a079c0d5)
@@ -38,5 +38,5 @@
 
 #define ASID_STEALING_ENABLED	1
-#define ASID_MAX_ARCH	0x8191	/* 2^13 - 1 */
+#define ASID_MAX_ARCH		8191	/* 2^13 - 1 */
 
 #endif
