]> err.no Git - linux-2.6/blobdiff - include/asm-mips/cpu-info.h
[MIPS] DMA: Fix a bunch of warnings due to missing inline keywords.
[linux-2.6] / include / asm-mips / cpu-info.h
index a2f0c8ea916090ae07ee0d997bf9e23a0aa0b090..610d0cdeaa9e164ecdc372f3199d9793429be0c9 100644 (file)
  * Descriptor for a cache
  */
 struct cache_desc {
-       unsigned short linesz;  /* Size of line in bytes */
-       unsigned short ways;    /* Number of ways */
-       unsigned short sets;    /* Number of lines per set */
        unsigned int waysize;   /* Bytes per way */
-       unsigned int waybit;    /* Bits to select in a cache set */
-       unsigned int flags;     /* Flags describing cache properties */
+       unsigned short sets;    /* Number of lines per set */
+       unsigned char ways;     /* Number of ways */
+       unsigned char linesz;   /* Size of line in bytes */
+       unsigned char waybit;   /* Bits to select in a cache set */
+       unsigned char flags;    /* Flags describing cache properties */
 };
 
 /*