From f71d9aecf1b7f6be0bcad3f1f7f382a39b4ffd12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sat, 9 Sep 2006 13:06:34 +0000 Subject: [PATCH] * Make nbsmi compile with kernels using frame pointer --- nbsmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.43.5