]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.6-suspend2-avoid-redef.patch
- _rel 0.7,
[packages/kernel.git] / linux-2.6-suspend2-avoid-redef.patch
1 --- linux-2.6.16.14/include/linux/sched.h~      2006-05-05 16:35:38.000000000 +0200
2 +++ linux-2.6.16.14/include/linux/sched.h       2006-05-05 17:33:02.000000000 +0200
3 @@ -1486,8 +1486,10 @@
4  static inline void frozen_process(struct task_struct *p) { BUG(); }
5  
6  static inline void refrigerator(void) {}
7 +#if 0
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.020941 seconds and 3 git commands to generate.