mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 22:39:58 +07:00
9 lines
145 B
C
9 lines
145 B
C
|
#ifndef __ASM_MACH_MPSPEC_H
|
||
|
#define __ASM_MACH_MPSPEC_H
|
||
|
|
||
|
#define MAX_IRQ_SOURCES 512
|
||
|
|
||
|
#define MAX_MP_BUSSES 32
|
||
|
|
||
|
#endif /* __ASM_MACH_MPSPEC_H */
|