hc
2024-05-10 10ebd8556b7990499c896a550e3d416b444211e6
kernel/include/linux/processor.h
....@@ -32,15 +32,6 @@
3232 #define spin_cpu_relax() cpu_relax()
3333 #endif
3434
35
-/*
36
- * spin_cpu_yield may be called to yield (undirected) to the hypervisor if
37
- * necessary. This should be used if the wait is expected to take longer
38
- * than context switch overhead, but we can't sleep or do a directed yield.
39
- */
40
-#ifndef spin_cpu_yield
41
-#define spin_cpu_yield() cpu_relax_yield()
42
-#endif
43
-
4435 #ifndef spin_end
4536 #define spin_end()
4637 #endif