hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/linux/delay.h
....@@ -84,10 +84,4 @@
8484 msleep(DIV_ROUND_UP(usecs, 1000));
8585 }
8686
87
-#ifdef CONFIG_PREEMPT_RT
88
-extern void cpu_chill(void);
89
-#else
90
-# define cpu_chill() cpu_relax()
91
-#endif
92
-
9387 #endif /* defined(_LINUX_DELAY_H) */