Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11774
b: refs/heads/master
c: 5d35704
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Linus Torvalds committed Oct 31, 2005
1 parent 908a02a commit 8f0640c
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 6c180d94abdcfb77a2fe4275bd03687fa159acd7
refs/heads/master: 5d35704028d09a183448daceab5dcb94f21a3645
7 changes: 6 additions & 1 deletion trunk/arch/i386/kernel/srat.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,12 @@ int __init get_memcfg_from_srat(void)
int tables = 0;
int i = 0;

acpi_find_root_pointer(ACPI_PHYSICAL_ADDRESSING, rsdp_address);
if (ACPI_FAILURE(acpi_find_root_pointer(ACPI_PHYSICAL_ADDRESSING,
rsdp_address))) {
printk("%s: System description tables not found\n",
__FUNCTION__);
goto out_err;
}

if (rsdp_address->pointer_type == ACPI_PHYSICAL_POINTER) {
printk("%s: assigning address to rsdp\n", __FUNCTION__);
Expand Down

0 comments on commit 8f0640c

Please sign in to comment.