diff options
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r-- | arch/s390/include/asm/processor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index 46fe1fbf91c5..7e81ff17a89b 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h | |||
@@ -140,6 +140,12 @@ struct task_struct; | |||
140 | struct mm_struct; | 140 | struct mm_struct; |
141 | struct seq_file; | 141 | struct seq_file; |
142 | 142 | ||
143 | #ifdef CONFIG_64BIT | ||
144 | extern void show_cacheinfo(struct seq_file *m); | ||
145 | #else | ||
146 | static inline void show_cacheinfo(struct seq_file *m) { } | ||
147 | #endif | ||
148 | |||
143 | /* Free all resources held by a thread. */ | 149 | /* Free all resources held by a thread. */ |
144 | extern void release_thread(struct task_struct *); | 150 | extern void release_thread(struct task_struct *); |
145 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); | 151 | extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); |