gpllib: fix cpuid.h Once-Only Header wrapper
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 22:52:21 +0000 (15:52 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Tue, 1 Sep 2009 22:52:21 +0000 (15:52 -0700)
It seems that the cpuid.h had a misplaced #endif.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/gplinclude/cpuid.h

index 95d66e9..9e21cf9 100644 (file)
@@ -159,7 +159,6 @@ struct cpuinfo_x86 {
     unsigned char x86_clflush_size;
 
 } __attribute__ ((__packed__));
-#endif
 
 struct cpu_model_info {
     int vendor;
@@ -208,3 +207,4 @@ struct intel_mp_floating {
 
 extern void get_cpu_vendor(struct cpuinfo_x86 *c);
 extern void detect_cpu(s_cpu * cpu);
+#endif