Change license from GPLv3 to LGPLv3.
[seabios.git] / src / smpdetect.c
index 202a82a7e344072566d0086f572171e59379275b..0617be45747eff7cbb6bf0a834cbfb7ab87fbd6a 100644 (file)
@@ -3,7 +3,7 @@
 // Copyright (C) 2008  Kevin O'Connor <kevin@koconnor.net>
 // Copyright (C) 2006 Fabrice Bellard
 //
-// This file may be distributed under the terms of the GNU GPLv3 license.
+// This file may be distributed under the terms of the GNU LGPLv3 license.
 
 #include "util.h" // dprintf
 #include "config.h" // CONFIG_*
@@ -46,7 +46,7 @@ static inline u8 readb(const void *addr)
     return *(volatile const u8 *)addr;
 }
 
-u32 smp_cpus VAR16;
+u32 smp_cpus VAR16_32;
 extern void smp_ap_boot_code();
 ASM16(
     "  .global smp_ap_boot_code\n"