diff options
Diffstat (limited to 'arch/unicore32/kernel/process.c')
| -rw-r--r-- | arch/unicore32/kernel/process.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/unicore32/kernel/process.c b/arch/unicore32/kernel/process.c index b008e9961465..00299c927852 100644 --- a/arch/unicore32/kernel/process.c +++ b/arch/unicore32/kernel/process.c | |||
| @@ -201,13 +201,6 @@ void show_regs(struct pt_regs *regs) | |||
| 201 | __backtrace(); | 201 | __backtrace(); |
| 202 | } | 202 | } |
| 203 | 203 | ||
| 204 | /* | ||
| 205 | * Free current thread data structures etc.. | ||
| 206 | */ | ||
| 207 | void exit_thread(void) | ||
| 208 | { | ||
| 209 | } | ||
| 210 | |||
| 211 | void flush_thread(void) | 204 | void flush_thread(void) |
| 212 | { | 205 | { |
| 213 | struct thread_info *thread = current_thread_info(); | 206 | struct thread_info *thread = current_thread_info(); |
