diff options
Diffstat (limited to 'include/asm-powerpc/system.h')
-rw-r--r-- | include/asm-powerpc/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-powerpc/system.h b/include/asm-powerpc/system.h index 6463453b61a3..d60c8c928922 100644 --- a/include/asm-powerpc/system.h +++ b/include/asm-powerpc/system.h | |||
@@ -180,6 +180,8 @@ extern struct task_struct *_switch(struct thread_struct *prev, | |||
180 | extern unsigned int rtas_data; | 180 | extern unsigned int rtas_data; |
181 | extern int mem_init_done; /* set on boot once kmalloc can be called */ | 181 | extern int mem_init_done; /* set on boot once kmalloc can be called */ |
182 | 182 | ||
183 | extern int powersave_nap; /* set if nap mode can be used in idle loop */ | ||
184 | |||
183 | /* | 185 | /* |
184 | * Atomic exchange | 186 | * Atomic exchange |
185 | * | 187 | * |