x86/soc: remove INT_VEC_IRQ0
This macro is not being used anymore, so remove it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3b96e4f71c
commit
62ce2a11a6
2 changed files with 0 additions and 3 deletions
|
@ -22,8 +22,6 @@
|
||||||
#include <random/rand32.h>
|
#include <random/rand32.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define INT_VEC_IRQ0 0x20 /* vector number for IRQ0 */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* UART
|
* UART
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
*/
|
*/
|
||||||
#define UART_NS16550_ACCESS_IOPORT
|
#define UART_NS16550_ACCESS_IOPORT
|
||||||
|
|
||||||
#define INT_VEC_IRQ0 0x20 /* Vector number for IRQ0 */
|
|
||||||
/* PCI definitions */
|
/* PCI definitions */
|
||||||
#define PCI_BUS_NUMBERS 1
|
#define PCI_BUS_NUMBERS 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue