Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132410
b: refs/heads/master
c: 27ce341
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Len Brown committed Mar 16, 2009
1 parent feb7ff8 commit 0ee2e3b
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: 176f9c1804df09f3e9b998c0642e212592ac6283
refs/heads/master: 27ce34198345886854643b9572f9a06d2e7500d2
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ int acpi_get_node(acpi_handle *handle)
int pxm, node = -1;

pxm = acpi_get_pxm(handle);
if (pxm >= 0)
if (pxm >= 0 && pxm < MAX_PXM_DOMAINS)
node = acpi_map_pxm_to_node(pxm);

return node;
Expand Down

0 comments on commit 0ee2e3b

Please sign in to comment.