Commit 55d4f22a authored by Thomas Gleixner's avatar Thomas Gleixner

x86: k8topology cleanup variable declarations

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d34c0895
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment