Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / arch / i386 / include / arch / cpu.h
index 30b6cc300bb533e9396b984207f14061cfb71266..3e799f014d5e0842bfbc0df3ce49a25cc0abaa89 100644 (file)
@@ -102,7 +102,7 @@ static inline unsigned int cpuid_edx(unsigned int op)
 #define X86_VENDOR_RISE       7
 #define X86_VENDOR_TRANSMETA  8
 #define X86_VENDOR_NSC        9
-#define X86_VENDOR_SIS       10 
+#define X86_VENDOR_SIS       10
 #define X86_VENDOR_UNKNOWN 0xff
 
 #if !defined(__PRE_RAM__)
@@ -129,8 +129,8 @@ static inline struct cpu_info *cpu_info(void)
        struct cpu_info *ci;
        __asm__("andl %%esp,%0; "
                "orl  %2, %0 "
-               :"=r" (ci) 
-               : "0" (~(CONFIG_STACK_SIZE - 1)), 
+               :"=r" (ci)
+               : "0" (~(CONFIG_STACK_SIZE - 1)),
                "r" (CONFIG_STACK_SIZE - sizeof(struct cpu_info))
        );
        return ci;