Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41385
b: refs/heads/master
c: 6f2c3fa
h: refs/heads/master
i:
  41383: f1da174
v: v3
  • Loading branch information
Ralf Baechle committed Nov 30, 2006
1 parent 3a850fc commit f076ed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 714cfe7865e5182a3b25be6a95c0b17aa8e64aa9
refs/heads/master: 6f2c3fa022312d5381f44359984395761e375f1b
10 changes: 5 additions & 5 deletions trunk/include/asm-mips/cpu-info.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
* 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 */
};

/*
Expand Down

0 comments on commit f076ed0

Please sign in to comment.