mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 21:46:16 +07:00
14 lines
208 B
C
14 lines
208 B
C
![]() |
#ifdef __KERNEL__
|
||
|
# ifdef CONFIG_X86_32
|
||
|
# include "shmparam_32.h"
|
||
|
# else
|
||
|
# include "shmparam_64.h"
|
||
|
# endif
|
||
|
#else
|
||
|
# ifdef __i386__
|
||
|
# include "shmparam_32.h"
|
||
|
# else
|
||
|
# include "shmparam_64.h"
|
||
|
# endif
|
||
|
#endif
|