Re: [PATCH 15/22] arm64/cpuinfo: Make hotplug notifier symmetric

2016-11-29 Thread Suzuki K Poulose
On 26/11/16 23:13, Sebastian Andrzej Siewior wrote: From: Anna-Maria Gleixner There is no requirement to keep the sysfs files around until the CPU is completely dead. Remove them during the DOWN_PREPARE notification. This is a preparatory patch for converting to the hotplug state machine. Cc:

[PATCH 15/22] arm64/cpuinfo: Make hotplug notifier symmetric

2016-11-26 Thread Sebastian Andrzej Siewior
From: Anna-Maria Gleixner There is no requirement to keep the sysfs files around until the CPU is completely dead. Remove them during the DOWN_PREPARE notification. This is a preparatory patch for converting to the hotplug state machine. Cc: Catalin Marinas Cc: Will Deacon Cc: linux-arm-ker...