[PATCH 1/2] arm64: Consolidate hotplug notifier for instruction emulation

2015-01-07 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" As of now each insn_emulation has a cpu hotplug notifier that enables/disables the CPU feature bit for the functionality. This patch re-arranges the code, such that there is only one notifier that runs through the list of registered emulation hooks and runs their

[PATCH 1/2] arm64: Consolidate hotplug notifier for instruction emulation

2015-01-07 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com As of now each insn_emulation has a cpu hotplug notifier that enables/disables the CPU feature bit for the functionality. This patch re-arranges the code, such that there is only one notifier that runs through the list of registered emulation hooks