MIPS: Change type of asid_cache to unsigned long
[linux-drm-fsl-dcu.git] / arch / mips / include / asm / cpu-info.h
index dc2135be2a3a4ed2c044870e3c8c8b24881535f6..ff2707ab3295f2b0cd3481168ee18360b0b0f15a 100644 (file)
@@ -39,14 +39,14 @@ struct cache_desc {
 #define MIPS_CACHE_PINDEX      0x00000020      /* Physically indexed cache */
 
 struct cpuinfo_mips {
-       unsigned int            udelay_val;
-       unsigned int            asid_cache;
+       unsigned long           asid_cache;
 
        /*
         * Capability and feature descriptor structure for MIPS CPU
         */
        unsigned long           options;
        unsigned long           ases;
+       unsigned int            udelay_val;
        unsigned int            processor_id;
        unsigned int            fpu_id;
        unsigned int            msa_id;