]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.6-suspend2-avoid-redef.patch
- applies
[packages/kernel.git] / linux-2.6-suspend2-avoid-redef.patch
CommitLineData
16143129 1--- linux-2.6.19/include/linux/freezer.h~ 2006-12-09 00:12:07.000000000 +0100
2+++ linux-2.6.19/include/linux/freezer.h 2006-12-09 00:33:27.000000000 +0100
3@@ -95,8 +95,10 @@ static inline int thaw_process(struct ta
2348dd18
JR
4 static inline void frozen_process(struct task_struct *p) { BUG(); }
5
6 static inline void refrigerator(void) {}
30312c89 7+#if 0
2348dd18
JR
8 static inline int freeze_processes(void) { BUG(); return 0; }
9 static inline void thaw_processes(int which_threads) {}
10+#endif
11
12 static inline int try_to_freeze(void) { return 0; }
13
This page took 0.079406 seconds and 4 git commands to generate.