mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 07:10:07 +07:00
7 lines
131 B
C
7 lines
131 B
C
|
#ifndef __ASM_QSPINLOCK_PARAVIRT_H
|
||
|
#define __ASM_QSPINLOCK_PARAVIRT_H
|
||
|
|
||
|
PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock);
|
||
|
|
||
|
#endif
|