Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53936
b: refs/heads/master
c: 3bea9c9
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed May 2, 2007
1 parent 4cd1de2 commit 7d6210f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c5bcb5635a03da3158f121ae20ccbbf72b4fc62a
refs/heads/master: 3bea9c9793a17053e05d970e5d90d48fc9fce07d
2 changes: 2 additions & 0 deletions trunk/arch/x86_64/mm/k8topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)

reg = read_pci_config(0, nb, 0, 0x60);
numnodes = ((reg >> 4) & 0xF) + 1;
if (numnodes <= 1)
return -1;

printk(KERN_INFO "Number of nodes %d\n", numnodes);

Expand Down

0 comments on commit 7d6210f

Please sign in to comment.