···3232#define spin_cpu_relax() cpu_relax()3333#endif34343535-/*3636- * spin_cpu_yield may be called to yield (undirected) to the hypervisor if3737- * necessary. This should be used if the wait is expected to take longer3838- * than context switch overhead, but we can't sleep or do a directed yield.3939- */4040-#ifndef spin_cpu_yield4141-#define spin_cpu_yield() cpu_relax_yield()4242-#endif4343-4435#ifndef spin_end4536#define spin_end()4637#endif