x86: Move get/set_wallclock to x86_platform_ops
authorFeng Tang <feng.tang@intel.com>
Thu, 10 Sep 2009 02:48:56 +0000 (10:48 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 16 Sep 2009 12:34:50 +0000 (14:34 +0200)
get/set_wallclock() have already a set of platform dependent
implementations (default, EFI, paravirt). MRST will add another
variant.

Moving them to platform ops simplifies the existing code and minimizes
the effort to integrate new variants.

Signed-off-by: Feng Tang <feng.tang@intel.com>
LKML-Reference: <new-submission>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found