diff options
author | Randy Dunlap <[email protected]> | 2009-10-26 16:49:29 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2009-10-29 07:39:24 -0700 |
commit | 2eca40a8ccd4160dbfaa5cbd61038d921d0e5f13 (patch) | |
tree | e4136b7e9c87486f12643b9389f11de718cb2bb2 /fs/buffer.c | |
parent | 964fe080d94db82a3268443e9b9ece4c60246414 (diff) |
cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=n
When CONFIG_CPU_FREQ is disabled, cpufreq_get() needs a stub. Used by kvm
(although it looks like a bit of the kvm code could be omitted when
CONFIG_CPU_FREQ is disabled).
arch/x86/built-in.o: In function `kvm_arch_init':
(.text+0x10de7): undefined reference to `cpufreq_get'
(Needed in linux-next's KVM tree, but it's correct in 2.6.32).
Signed-off-by: Randy Dunlap <[email protected]>
Tested-by: Eric Paris <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: Avi Kivity <[email protected]>
Cc: Marcelo Tosatti <[email protected]>
Cc: Dave Jones <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions