summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/kernel/irq.h')
-rw-r--r--arch/i386/kernel/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/irq.h b/arch/i386/kernel/irq.h
index 7d70264ba..db70872f1 100644
--- a/arch/i386/kernel/irq.h
+++ b/arch/i386/kernel/irq.h
@@ -44,7 +44,7 @@ static inline void irq_exit(int cpu, int irq)
"pushl %edx\n\t" \
"pushl %ecx\n\t" \
"pushl %ebx\n\t" \
- "movl $" STR(KERNEL_DS) ",%edx\n\t" \
+ "movl $" STR(__KERNEL_DS) ",%edx\n\t" \
"mov %dx,%ds\n\t" \
"mov %dx,%es\n\t"