diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2012-06-18 11:55:38 -0400 |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2012-08-20 09:00:39 -0400 |
commit | b9bb50db9126c4ccad78af2dfb77277ca17c9b64 (patch) | |
tree | 22f4ef2944d303b0b5b2f95d9ea765b9bf267d17 /arch/s390 | |
parent | baa36046d09ea6dbc122c795566992318663d9eb (diff) |
s390: Remove leftover account_tick_vtime() header
The function doesn't seem to exist anymore.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/switch_to.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/switch_to.h b/arch/s390/include/asm/switch_to.h index e7f9b3d04fa1..314cc9426fc4 100644 --- a/arch/s390/include/asm/switch_to.h +++ b/arch/s390/include/asm/switch_to.h | |||
@@ -89,8 +89,6 @@ static inline void restore_access_regs(unsigned int *acrs) | |||
89 | prev = __switch_to(prev,next); \ | 89 | prev = __switch_to(prev,next); \ |
90 | } while (0) | 90 | } while (0) |
91 | 91 | ||
92 | extern void account_tick_vtime(struct task_struct *); | ||
93 | |||
94 | #define finish_arch_switch(prev) do { \ | 92 | #define finish_arch_switch(prev) do { \ |
95 | set_fs(current->thread.mm_segment); \ | 93 | set_fs(current->thread.mm_segment); \ |
96 | } while (0) | 94 | } while (0) |