forked from Minki/linux
intelfb: fix mtrr_reg signedness
This is my fix for gcc 4.1 sign issue reported by Eric Sesterhenn <snakebyte@gmx.de>. Signed-off-by: Dave Airlie <airlied@linux.ie>
This commit is contained in:
parent
d463d34e7b
commit
d5afabcea2
@ -278,7 +278,7 @@ struct intelfb_info {
|
||||
u8 fbmem_gart;
|
||||
|
||||
/* mtrr support */
|
||||
u32 mtrr_reg;
|
||||
int mtrr_reg;
|
||||
u32 has_mtrr;
|
||||
|
||||
/* heap data */
|
||||
|
Loading…
Reference in New Issue
Block a user