Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1056
b: refs/heads/master
c: 22490eb
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed May 6, 2005
1 parent 06ab91a commit e1ded51
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: b3214970abbe983cd89842ae24ea00e21bba79f6
refs/heads/master: 22490eb80ceb4ac07ef36fff253904fb4adf57f2
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ acpi_find_rsdp (void)
*/
rsdp_phys = acpi_scan_rsdp (0, 0x400);
if (!rsdp_phys)
rsdp_phys = acpi_scan_rsdp (0xE0000, 0xFFFFF);
rsdp_phys = acpi_scan_rsdp (0xE0000, 0x20000);

return rsdp_phys;
}
Expand Down

0 comments on commit e1ded51

Please sign in to comment.