Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99361
b: refs/heads/master
c: 55d4f22
h: refs/heads/master
i:
  99359: 3e65bd2
v: v3
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 7409e05 commit bcc3409
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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: d34c08958fa36c7a8c3f8d9c0ebe6ec1ab744a68
refs/heads/master: 55d4f22abc9f011c5db982f83377cdd38bb9a2a3
9 changes: 2 additions & 7 deletions trunk/arch/x86/mm/k8topology_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,12 @@ static __init void early_get_boot_cpu_id(void)

int __init k8_scan_nodes(unsigned long start, unsigned long end)
{
unsigned numnodes, cores, bits, apicid_base;
unsigned long prevbase;
struct bootnode nodes[8];
int i, nb;
unsigned char nodeids[8];
int found = 0;
int i, j, nb, found = 0;
u32 nodeid, reg;
unsigned numnodes;
unsigned cores;
unsigned bits;
int j;
unsigned apicid_base;

if (!early_pci_allowed())
return -1;
Expand Down

0 comments on commit bcc3409

Please sign in to comment.