Loading include/linux/kernel.h +0 −5 Original line number Diff line number Diff line Loading @@ -92,11 +92,6 @@ extern int cond_resched(void); (__x < 0) ? -__x : __x; \ }) #define labs(x) ({ \ long __x = (x); \ (__x < 0) ? -__x : __x; \ }) extern struct atomic_notifier_head panic_notifier_list; extern long (*panic_blink)(long time); NORET_TYPE void panic(const char * fmt, ...) Loading Loading
include/linux/kernel.h +0 −5 Original line number Diff line number Diff line Loading @@ -92,11 +92,6 @@ extern int cond_resched(void); (__x < 0) ? -__x : __x; \ }) #define labs(x) ({ \ long __x = (x); \ (__x < 0) ? -__x : __x; \ }) extern struct atomic_notifier_head panic_notifier_list; extern long (*panic_blink)(long time); NORET_TYPE void panic(const char * fmt, ...) Loading