diff options
Diffstat (limited to 'include/asm-i386/suspend.h')
-rw-r--r-- | include/asm-i386/suspend.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h index dfc1114c1b6f..08be1e5009d4 100644 --- a/include/asm-i386/suspend.h +++ b/include/asm-i386/suspend.h | |||
@@ -36,11 +36,6 @@ struct saved_context { | |||
36 | unsigned long return_address; | 36 | unsigned long return_address; |
37 | } __attribute__((packed)); | 37 | } __attribute__((packed)); |
38 | 38 | ||
39 | #define loaddebug(thread,register) \ | ||
40 | __asm__("movl %0,%%db" #register \ | ||
41 | : /* no output */ \ | ||
42 | :"r" ((thread)->debugreg[register])) | ||
43 | |||
44 | #ifdef CONFIG_ACPI_SLEEP | 39 | #ifdef CONFIG_ACPI_SLEEP |
45 | extern unsigned long saved_eip; | 40 | extern unsigned long saved_eip; |
46 | extern unsigned long saved_esp; | 41 | extern unsigned long saved_esp; |