]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.6-suspend2-avoid-redef.patch
- try to fix ppc builds for external modules (untested yet)
[packages/kernel.git] / linux-2.6-suspend2-avoid-redef.patch
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
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.118893 seconds and 3 git commands to generate.