From: Andi Kleen Date: Mon, 16 Jan 2006 00:56:36 +0000 (+0100) Subject: [PATCH] x86_64: Mark powernow k8 init functions as __cpuinit X-Git-Tag: v2.6.16-rc1~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa41eb9915de74fc6935792973bac4bd777ce218;p=pandora-kernel.git [PATCH] x86_64: Mark powernow k8 init functions as __cpuinit cpufreq init can be called when a CPU is set online. Need to make powernow-k8's initialisation functions __cpuinit to prevents oopses when a CPU is off/onlined on a AMD system Cc: trenn@suse.de Cc: mark.langsdorf@amd.com Cc: davej@redhat.com Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed