projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
c597650
)
Merge commit 'v2.6.29-rc1' into x86/urgent
author
Ingo Molnar
<mingo@elte.hu>
Sun, 11 Jan 2009 02:03:30 +0000
(
03:03
+0100)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 11 Jan 2009 02:03:30 +0000
(
03:03
+0100)
arch/x86/include/asm/mtrr.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/mtrr.h
b/arch/x86/include/asm/mtrr.h
index
cb988aa
..
14080d2
100644
(file)
--- a/
arch/x86/include/asm/mtrr.h
+++ b/
arch/x86/include/asm/mtrr.h
@@
-58,15
+58,15
@@
struct mtrr_gentry {
#endif /* !__i386__ */
struct mtrr_var_range {
- u32 base_lo;
- u32 base_hi;
- u32 mask_lo;
- u32 mask_hi;
+
__
u32 base_lo;
+
__
u32 base_hi;
+
__
u32 mask_lo;
+
__
u32 mask_hi;
};
/* In the Intel processor's MTRR interface, the MTRR type is always held in
an 8 bit field: */
-typedef u8 mtrr_type;
+typedef
__
u8 mtrr_type;
#define MTRR_NUM_FIXED_RANGES 88
#define MTRR_MAX_VAR_RANGES 256