summaryrefslogtreecommitdiff
path: root/arch/x86/machine/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/machine/trap.h')
-rw-r--r--arch/x86/machine/trap.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/x86/machine/trap.h b/arch/x86/machine/trap.h
index 0e15c452..449ee953 100644
--- a/arch/x86/machine/trap.h
+++ b/arch/x86/machine/trap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011, 2012 Richard Braun.
+ * Copyright (c) 2011, 2012, 2013 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,13 +53,13 @@
*
* The local APIC assigns one priority every 16 vectors.
*/
-#define TRAP_LLSYNC_RESET 237
-#define TRAP_RESCHEDULE 238
-#define TRAP_PMAP_UPDATE 239
-#define TRAP_CPU_HALT 240
-#define TRAP_LAPIC_TIMER 253
-#define TRAP_LAPIC_ERROR 254
-#define TRAP_LAPIC_SPURIOUS 255
+#define TRAP_LLSYNC_RESET 237
+#define TRAP_THREAD_SCHEDULE 238
+#define TRAP_PMAP_UPDATE 239
+#define TRAP_CPU_HALT 240
+#define TRAP_LAPIC_TIMER 253
+#define TRAP_LAPIC_ERROR 254
+#define TRAP_LAPIC_SPURIOUS 255
/*
* Vector identifying an unhandled trap.