summary |
shortlog |
changelog |
graph |
tags |
branches |
files |
changeset |
file |
revisions |
annotate |
diff |
raw
kernel/arch/i386/interrupts.S
| changeset 1334 | 1374b6733ab0 |
| parent 1331 | 17f6e1bc8a69 |
| child 1342 | 7c4f300504ea |
1.1 --- a/kernel/arch/i386/interrupts.S Sun Jan 22 20:00:52 2012 +0100 1.2 +++ b/kernel/arch/i386/interrupts.S Mon Jan 23 08:57:24 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 .globl exception18, exception19 1.5 .globl irq0, irq1, irq2, irq3, irq4, irq5, irq6, irq7, irq8, irq9 1.6 .globl irq10, irq11, irq12, irq13, irq14, irq15 1.7 -.globl scheduler_irq, syscall_int, spurious_irq 1.8 +.globl syscall_int 1.9 .globl clone_return 1.10 .globl userland_trampoline, kthread_trampoline 1.11