delete unnecessary #include lines
This commit is contained in:
parent
99b11b6c64
commit
558ab49f13
27 changed files with 73 additions and 90 deletions
2
ioapic.c
2
ioapic.c
|
|
@ -2,9 +2,7 @@
|
|||
// http://www.intel.com/design/chipsets/datashts/29056601.pdf
|
||||
|
||||
#include "types.h"
|
||||
#include "mp.h"
|
||||
#include "defs.h"
|
||||
#include "x86.h"
|
||||
#include "traps.h"
|
||||
|
||||
#define IOAPIC 0xFEC00000 // Default physical address of IO APIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue