Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136670
b: refs/heads/master
c: 647ad94
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 31, 2009
1 parent bde0307 commit 48fe53a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5da690d29f0de17cc1835dd3eb8f8bd0945521f0
refs/heads/master: 647ad94fc0479e33958cb4d0e20e241c0bcf599c
7 changes: 7 additions & 0 deletions trunk/arch/x86/include/asm/irq_vectors.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
*/

#define SPURIOUS_APIC_VECTOR 0xff
/*
* Sanity check
*/
#if ((SPURIOUS_APIC_VECTOR & 0x0F) != 0x0F)
# error SPURIOUS_APIC_VECTOR definition error
#endif

#define ERROR_APIC_VECTOR 0xfe
#define RESCHEDULE_VECTOR 0xfd
#define CALL_FUNCTION_VECTOR 0xfc
Expand Down
7 changes: 0 additions & 7 deletions trunk/arch/x86/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@
#include <asm/mtrr.h>
#include <asm/smp.h>

/*
* Sanity check
*/
#if ((SPURIOUS_APIC_VECTOR & 0x0F) != 0x0F)
# error SPURIOUS_APIC_VECTOR definition error
#endif

unsigned int num_processors;
unsigned disabled_cpus __cpuinitdata;
/* Processor that is doing the boot up */
Expand Down

0 comments on commit 48fe53a

Please sign in to comment.