mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 06:03:04 +07:00
9 lines
130 B
C
9 lines
130 B
C
|
#ifndef __UM_SYSTEM_I386_H
|
||
|
#define __UM_SYSTEM_I386_H
|
||
|
|
||
|
#include "asm/system-generic.h"
|
||
|
|
||
|
#define __HAVE_ARCH_CMPXCHG 1
|
||
|
|
||
|
#endif
|