Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8639
b: refs/heads/master
c: 2bce2b5
h: refs/heads/master
i:
  8637: 3d86383
  8635: 525d5f5
  8631: 394f967
  8623: 389218e
  8607: f99f919
  8575: 659a06d
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Sep 12, 2005
1 parent b138df5 commit 98ac315
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e58e0d03120d6c2aa134fd3be4f0f762f0bb25e7
refs/heads/master: 2bce2b54ae91aac76b62e8110b627ba5e5cbbffd
3 changes: 3 additions & 0 deletions trunk/arch/x86_64/mm/srat.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ static __init void cutoff_node(int i, unsigned long start, unsigned long end)

static __init void bad_srat(void)
{
int i;
printk(KERN_ERR "SRAT: SRAT not used.\n");
acpi_numa = -1;
for (i = 0; i < MAX_LOCAL_APIC; i++)
apicid_to_node[i] = NUMA_NO_NODE;
}

static __init inline int srat_disabled(void)
Expand Down

0 comments on commit 98ac315

Please sign in to comment.