From: Mathieu BĂ©rard Date: Sat, 9 Sep 2006 13:06:34 +0000 (+0000) Subject: * Make nbsmi compile with kernels using frame pointer X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=f71d9aecf1b7f6be0bcad3f1f7f382a39b4ffd12;p=omnibook.git * Make nbsmi compile with kernels using frame pointer --- diff --git a/nbsmi.c b/nbsmi.c index 0e3bdbc..e6f1c56 100644 --- a/nbsmi.c +++ b/nbsmi.c @@ -101,7 +101,7 @@ static inline void restore_all_regs_flag(void) __asm__ __volatile__("popfl; popal" : : - : "eax", "ecx", "edx", "ebx", "esp", "ebp", "esi", "edi"); + : "eax", "ecx", "edx", "ebx", "esp", "esi", "edi"); spin_unlock_irq(&smi_spinlock); }