commit | aa41eb9915de74fc6935792973bac4bd777ce218 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon Jan 16 01:56:36 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 16 11:27:58 2006 -0800 |
tree | 5774ca22c371da2c62d834dcbed67354f0b2466f | |
parent | 9d8d5a284e11e45953ad1f12a5bf1ebc18eefb75 [diff] |
[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>