interrupt_controller: loapic: remove duplicate identifier
LOAPIC_TIMER is defined twice with same value, so remove one. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
2493c39ee7
commit
0ab8dc4d49
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@
|
|||
#define LOAPIC_LINT0 0x350 /* LVT (LINT0) */
|
||||
#define LOAPIC_LINT1 0x360 /* LVT (LINT1) */
|
||||
#define LOAPIC_ERROR 0x370 /* LVT (ERROR) */
|
||||
#define LOAPIC_TIMER 0x320 /* LVT (Timer) */
|
||||
#define LOAPIC_TIMER_ICR 0x380 /* Timer Initial Count Reg */
|
||||
#define LOAPIC_TIMER_CCR 0x390 /* Timer Current Count Reg */
|
||||
#define LOAPIC_TIMER_CONFIG 0x3e0 /* Timer Divide Config Reg */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue