dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Dave Airlie 2006-08-22 10:10:56 +10:00
parent d463d34e7b
commit d5afabcea2
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ struct intelfb_info {
u8 fbmem_gart;
/* mtrr support */
u32 mtrr_reg;
int mtrr_reg;
u32 has_mtrr;
/* heap data */