Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99360
b: refs/heads/master
c: d34c089
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 3e65bd2 commit 7409e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 0eafe234a2571f51ef9f7e8baddb58c828750771
refs/heads/master: d34c08958fa36c7a8c3f8d9c0ebe6ec1ab744a68
5 changes: 2 additions & 3 deletions trunk/arch/x86/mm/k8topology_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)
{
unsigned long prevbase;
struct bootnode nodes[8];
int nodeid, i, nb;
int i, nb;
unsigned char nodeids[8];
int found = 0;
u32 reg;
u32 nodeid, reg;
unsigned numnodes;
unsigned cores;
unsigned bits;
Expand All @@ -106,7 +106,6 @@ int __init k8_scan_nodes(unsigned long start, unsigned long end)
prevbase = 0;
for (i = 0; i < 8; i++) {
unsigned long base, limit;
u32 nodeid;

base = read_pci_config(0, nb, 1, 0x40 + i*8);
limit = read_pci_config(0, nb, 1, 0x44 + i*8);
Expand Down

0 comments on commit 7409e05

Please sign in to comment.