Rev 2089 | Rev 3837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2089 | Rev 3071 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | 34 | ||
35 | #ifndef KERN_ppc32_TLB_H_ |
35 | #ifndef KERN_ppc32_TLB_H_ |
36 | #define KERN_ppc32_TLB_H_ |
36 | #define KERN_ppc32_TLB_H_ |
37 | 37 | ||
38 | #include <arch/interrupt.h> |
38 | #include <arch/interrupt.h> |
- | 39 | #include <arch/types.h> |
|
- | 40 | #include <typedefs.h> |
|
39 | 41 | ||
40 | typedef struct { |
42 | typedef struct { |
41 | unsigned v : 1; /**< Valid */ |
43 | unsigned v : 1; /**< Valid */ |
42 | unsigned vsid : 24; /**< Virtual Segment ID */ |
44 | unsigned vsid : 24; /**< Virtual Segment ID */ |
43 | unsigned h : 1; /**< Primary/secondary hash */ |
45 | unsigned h : 1; /**< Primary/secondary hash */ |