]> bbs.cooldavid.org Git - net-next-2.6.git/commit
powerpc: Simplify update_vsyscall
authorJohn Stultz <johnstul@us.ibm.com>
Wed, 14 Jul 2010 00:56:21 +0000 (17:56 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 27 Jul 2010 10:40:54 +0000 (12:40 +0200)
commitb0797b60d0067fe437baa97a743c7d9de98fd769
tree65aa0c890ad3fa0b19554b6d0c6326dfb186270e
parent592913ecb87a9e06f98ddb55b298f1a66bf94c6b
powerpc: Simplify update_vsyscall

Currently powerpc's update_vsyscall calls an inline update_gtod.
However, both are straightforward, and there are no other users,
so this patch merges update_gtod into update_vsyscall.

Signed-off-by: John Stultz <johnstul@us.ibm.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1279068988-21864-5-git-send-email-johnstul@us.ibm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/powerpc/kernel/time.c