aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/processor.h')
-rw-r--r--arch/s390/include/asm/processor.h6
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;
140struct mm_struct; 140struct mm_struct;
141struct seq_file; 141struct seq_file;
142 142
143#ifdef CONFIG_64BIT
144extern void show_cacheinfo(struct seq_file *m);
145#else
146static 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. */
144extern void release_thread(struct task_struct *); 150extern void release_thread(struct task_struct *);
145extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags); 151extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);