From: Bjorn Helgaas Date: Mon, 30 Mar 2009 17:48:24 +0000 (+0000) Subject: ACPI: processor: use .notify method instead of installing handler directly X-Git-Tag: v2.6.30-rc1~199^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec0a7290797f57b780f792d12f4bcc19c83aa4f;p=pandora-kernel.git ACPI: processor: use .notify method instead of installing handler directly This patch adds a .notify() method. The presence of .notify() causes Linux/ACPI to manage event handlers and notify handlers on our behalf, so we don't have to install and remove them ourselves. Signed-off-by: Bjorn Helgaas CC: Zhang Rui CC: Zhao Yakui CC: Venki Pallipadi CC: Anil S Keshavamurthy Signed-off-by: Len Brown --- Reading git-diff-tree failed