commit | 3de668ee8d5b1e08da3200f926ff5a28aeb99bc2 | [log] [tgz] |
---|---|---|
author | Robert Richter <robert.richter@amd.com> | Mon May 03 15:00:25 2010 +0200 |
committer | Robert Richter <robert.richter@amd.com> | Thu May 06 13:15:39 2010 +0200 |
tree | 3fd1aa6337b39ccd8fc414cbbba3013180392c84 | |
parent | d30d64c6da3ec7a0708bfffa7e05752d5b9a1093 [diff] |
oprofile/x86: notify cpus only when daemon is running This patch moves the cpu notifier registration from nmi_init() to nmi_setup(). The corresponding unregistration function is now in nmi_shutdown(). Thus, the hotplug code is only active, if the oprofile daemon is running. Cc: Andi Kleen <andi@firstfloor.org> Signed-off-by: Robert Richter <robert.richter@amd.com>