|
@@ -177,6 +177,7 @@ static inline int freeze_kernel_threads(void) { return -ENOSYS; }
|
|
static inline void thaw_processes(void) {}
|
|
static inline void thaw_processes(void) {}
|
|
static inline void thaw_kernel_threads(void) {}
|
|
static inline void thaw_kernel_threads(void) {}
|
|
|
|
|
|
|
|
+static inline bool try_to_freeze_nowarn(void) { return false; }
|
|
static inline bool try_to_freeze(void) { return false; }
|
|
static inline bool try_to_freeze(void) { return false; }
|
|
|
|
|
|
static inline void freezer_do_not_count(void) {}
|
|
static inline void freezer_do_not_count(void) {}
|