]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86_64: Mark powernow k8 init functions as __cpuinit
authorAndi Kleen <ak@suse.de>
Mon, 16 Jan 2006 00:56:36 +0000 (01:56 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 16 Jan 2006 19:27:58 +0000 (11:27 -0800)
commitaa41eb9915de74fc6935792973bac4bd777ce218
tree5774ca22c371da2c62d834dcbed67354f0b2466f
parent9d8d5a284e11e45953ad1f12a5bf1ebc18eefb75
[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 <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/cpu/cpufreq/powernow-k8.c