From: Masami Hiramatsu Date: Tue, 6 Jan 2009 20:15:32 +0000 (+0100) Subject: kprobes: check CONFIG_FREEZER instead of CONFIG_PM X-Git-Tag: v2.6.29-rc2~1^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a4ccaf37ffece09ef33f1cfec67efa8ee56f967;p=pandora-kernel.git kprobes: check CONFIG_FREEZER instead of CONFIG_PM Check CONFIG_FREEZER instead of CONFIG_PM because kprobe booster depends on freeze_processes() and thaw_processes() when CONFIG_PREEMPT=y. This fixes a linkage error which occurs when CONFIG_PREEMPT=y, CONFIG_PM=y and CONFIG_FREEZER=n. Reported-by: Cheng Renquan Signed-off-by: Masami Hiramatsu Signed-off-by: Rafael J. Wysocki Acked-by: Ingo Molnar Signed-off-by: Len Brown --- Reading git-diff-tree failed