mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:50:53 +07:00
10 lines
207 B
C
10 lines
207 B
C
|
#undef IRQ_DISABLE
|
||
|
#undef IRQ_ENABLE
|
||
|
#undef IRQ_ENTER
|
||
|
#undef IRQ_EXIT
|
||
|
|
||
|
#define IRQ_ENABLE HARDIRQ_ENABLE
|
||
|
#define IRQ_DISABLE HARDIRQ_DISABLE
|
||
|
#define IRQ_ENTER HARDIRQ_ENTER
|
||
|
#define IRQ_EXIT HARDIRQ_EXIT
|