On Tue, 14 Aug 2012 16:16:50 +0200 Frederic Weisbecker <[email protected]> wrote:
> The function doesn't seem to exist anymore. > > Signed-off-by: Frederic Weisbecker <[email protected]> > Cc: Tony Luck <[email protected]> > Cc: Fenghua Yu <[email protected]> > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: Martin Schwidefsky <[email protected]> > Cc: Heiko Carstens <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Peter Zijlstra <[email protected]> > --- > 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 e7f9b3d..314cc94 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) > prev = __switch_to(prev,next); \ > } while (0) > > -extern void account_tick_vtime(struct task_struct *); > - > #define finish_arch_switch(prev) do { > \ > set_fs(current->thread.mm_segment); \ > } while (0) Indeed.. Acked-by: Martin Schwidefsky <[email protected]> -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

