diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-01-26 08:11:25 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2008-01-26 08:11:29 -0500 |
commit | 028fed8233b669e03def295a4e632b1b933720f9 (patch) | |
tree | 5b8d9f38c2c4d869acf9eaaa29a2835d73f9ad37 /include/asm-s390 | |
parent | 53360fb19672e9ca94d769694a18f46f6e0612a9 (diff) |
[S390] Unused field / extern declaration in processor.h
Remove extern declaration of non-existent last_task_used_math and
remove unused field error_code from the thread_struct.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'include/asm-s390')
-rw-r--r-- | include/asm-s390/processor.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-s390/processor.h b/include/asm-s390/processor.h index 21d40a19355e..c86b982aef5a 100644 --- a/include/asm-s390/processor.h +++ b/include/asm-s390/processor.h | |||
@@ -59,9 +59,6 @@ extern void s390_adjust_jiffies(void); | |||
59 | extern void print_cpu_info(struct cpuinfo_S390 *); | 59 | extern void print_cpu_info(struct cpuinfo_S390 *); |
60 | extern int get_cpu_capability(unsigned int *); | 60 | extern int get_cpu_capability(unsigned int *); |
61 | 61 | ||
62 | /* Lazy FPU handling on uni-processor */ | ||
63 | extern struct task_struct *last_task_used_math; | ||
64 | |||
65 | /* | 62 | /* |
66 | * User space process size: 2GB for 31 bit, 4TB for 64 bit. | 63 | * User space process size: 2GB for 31 bit, 4TB for 64 bit. |
67 | */ | 64 | */ |
@@ -95,7 +92,6 @@ struct thread_struct { | |||
95 | unsigned long ksp; /* kernel stack pointer */ | 92 | unsigned long ksp; /* kernel stack pointer */ |
96 | mm_segment_t mm_segment; | 93 | mm_segment_t mm_segment; |
97 | unsigned long prot_addr; /* address of protection-excep. */ | 94 | unsigned long prot_addr; /* address of protection-excep. */ |
98 | unsigned int error_code; /* error-code of last prog-excep. */ | ||
99 | unsigned int trap_no; | 95 | unsigned int trap_no; |
100 | per_struct per_info; | 96 | per_struct per_info; |
101 | /* Used to give failing instruction back to user for ieee exceptions */ | 97 | /* Used to give failing instruction back to user for ieee exceptions */ |