diff options
Diffstat (limited to 'include/asm-ppc64/system.h')
-rw-r--r-- | include/asm-ppc64/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc64/system.h b/include/asm-ppc64/system.h index d1e00933354c..2e17ef7dbeb4 100644 --- a/include/asm-ppc64/system.h +++ b/include/asm-ppc64/system.h | |||
@@ -148,6 +148,8 @@ struct thread_struct; | |||
148 | extern struct task_struct * _switch(struct thread_struct *prev, | 148 | extern struct task_struct * _switch(struct thread_struct *prev, |
149 | struct thread_struct *next); | 149 | struct thread_struct *next); |
150 | 150 | ||
151 | extern int powersave_nap; /* set if nap mode can be used in idle loop */ | ||
152 | |||
151 | /* | 153 | /* |
152 | * Atomic exchange | 154 | * Atomic exchange |
153 | * | 155 | * |