summaryrefslogtreecommitdiff
path: root/include/asm-i386/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/suspend.h')
-rw-r--r--include/asm-i386/suspend.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h
index dfc1114c1b6..08be1e5009d 100644
--- a/include/asm-i386/suspend.h
+++ b/include/asm-i386/suspend.h
@@ -36,11 +36,6 @@ struct saved_context {
unsigned long return_address;
} __attribute__((packed));
-#define loaddebug(thread,register) \
- __asm__("movl %0,%%db" #register \
- : /* no output */ \
- :"r" ((thread)->debugreg[register]))
-
#ifdef CONFIG_ACPI_SLEEP
extern unsigned long saved_eip;
extern unsigned long saved_esp;