From 603bfc3a2f1f6ab587dd70007543dd040bddd65b Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 22 Jun 2009 20:04:56 -0400 Subject: [PATCH] Minor - remove VAR16_32 from extern declaration in header. --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 6ae7f19..8eaaeaf 100644 --- a/src/util.h +++ b/src/util.h @@ -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); -- 2.39.5