• Thomas Gleixner's avatar
    x86/hpet: Simplify CPU online code · 36b9017f
    Thomas Gleixner authored
    The indirection via work scheduled on the upcoming CPU was necessary with the
    old hotplug code because the online callback was invoked on the control CPU
    not on the upcoming CPU. The rework of the CPU hotplug core guarantees that
    the online callbacks are invoked on the upcoming CPU.
    
    Remove the now pointless work redirection.
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    Reviewed-by: default avatarIngo Molnar <mingo@kernel.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
    Cc: Ashok Raj <ashok.raj@intel.com>
    Cc: Andi Kleen <andi.kleen@intel.com>
    Cc: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
    Cc: Stephane Eranian <eranian@google.com>
    Cc: Ravi Shankar <ravi.v.shankar@intel.com>
    Link: https://lkml.kernel.org/r/20190623132434.047254075@linutronix.de
    36b9017f
hpet.c 31 KB