Coding style (thanks to phf).
This commit is contained in:
parent
5faed8ba64
commit
1fc87f367c
2
lapic.c
2
lapic.c
|
@ -25,7 +25,7 @@
|
|||
#define DEASSERT 0x00000000
|
||||
#define LEVEL 0x00008000 // Level triggered
|
||||
#define BCAST 0x00080000 // Send to all APICs, including self.
|
||||
#define BUSY 0x00001000
|
||||
/#define BUSY 0x00001000
|
||||
#define FIXED 0x00000000
|
||||
#define ICRHI (0x0310/4) // Interrupt Command [63:32]
|
||||
#define TIMER (0x0320/4) // Local Vector Table 0 (TIMER)
|
||||
|
|
Loading…
Reference in a new issue