Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95623
b: refs/heads/master
c: 1dcf83f
h: refs/heads/master
i:
  95621: 1e833e8
  95619: 5a9649f
  95615: 7043921
v: v3
  • Loading branch information
Alan Cox authored and Ingo Molnar committed Apr 30, 2008
1 parent c78ade3 commit a03ef83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2544a873ab2a1ee9196bb2f4b12c3afd44ec8a06
refs/heads/master: 1dcf83fd0c42525dd36cfeb61fe0bfb12113c6b3
2 changes: 1 addition & 1 deletion trunk/drivers/char/toshiba.c
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ static int tosh_probe(void)
int i,major,minor,day,year,month,flag;
unsigned char signature[7] = { 0x54,0x4f,0x53,0x48,0x49,0x42,0x41 };
SMMRegisters regs;
void __iomem *bios = ioremap(0xf0000, 0x10000);
void __iomem *bios = ioremap_cache(0xf0000, 0x10000);

if (!bios)
return -ENOMEM;
Expand Down

0 comments on commit a03ef83

Please sign in to comment.