Blame view

kernel/linux-rt-4.4.41/arch/x86/include/asm/qspinlock_paravirt.h 131 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
  #ifndef __ASM_QSPINLOCK_PARAVIRT_H
  #define __ASM_QSPINLOCK_PARAVIRT_H
  
  PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock);
  
  #endif