Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24034
b: refs/heads/master
c: 27d8e3d
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Linus Torvalds committed Mar 26, 2006
1 parent 65b4cd8 commit c1d6616
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: e9b0a0712148abe96ff717a2b9f8dab1d433e0d5
refs/heads/master: 27d8e3d15bcf9d7cd99bf6ca910ea9e34328c7fb
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/dmi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ void __init dmi_scan_machine(void)
* needed during early boot. This also means we can
* iounmap the space when we're done with it.
*/
p = dmi_ioremap((unsigned long)efi.smbios, 0x10000);
p = dmi_ioremap((unsigned long)efi.smbios, 32);
if (p == NULL)
goto out;

Expand Down

0 comments on commit c1d6616

Please sign in to comment.