Minor - remove VAR16_32 from extern declaration in header.
authorKevin O'Connor <kevin@koconnor.net>
Tue, 23 Jun 2009 00:04:56 +0000 (20:04 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 23 Jun 2009 00:04:56 +0000 (20:04 -0400)
src/util.h

index 6ae7f1929e59232e3e80d493866601fa67999ad4..8eaaeaf4e74b13a321dfd4700dfc3274eb5463ad 100644 (file)
@@ -193,7 +193,7 @@ void pci_bios_setup(void);
 void smm_init();
 
 // smp.c
-extern u32 CountCPUs VAR16_32;
+extern u32 CountCPUs;
 void wrmsr_smp(u32 index, u64 val);
 void smp_probe(void);
 void smp_probe_setup(void);