On Fri, 10 Oct 2014 10:16:04 +0800
Gu Zheng wrote:
> Update rtc_cmos in pc_cpu_plug() directly, instead of the notifier.
>
> Signed-off-by: Gu Zheng
Reviewed-by: Igor Mammedov
> ---
> v5:
> -move CPU hot-plug notifier cleanup hunk into Patch 6/8.
>
> v4:
> -Make link property in PCMachine
Update rtc_cmos in pc_cpu_plug() directly, instead of the notifier.
Signed-off-by: Gu Zheng
---
v5:
-move CPU hot-plug notifier cleanup hunk into Patch 6/8.
v4:
-Make link property in PCMachine rather than the global
variables.
-Split out the removal of unused notifier into separate patch.