mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-17 06:57:00 +07:00
6 lines
83 B
C
6 lines
83 B
C
|
#ifdef __i386__
|
||
|
#include "archsetjmp_32.h"
|
||
|
#else
|
||
|
#include "archsetjmp_64.h"
|
||
|
#endif
|