hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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) */