diff options
-rw-r--r-- | arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c b/arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c index 29368854533c..ff36d2979a90 100644 --- a/arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c +++ b/arch/x86/kernel/cpu/cpufreq/pcc-cpufreq.c | |||
@@ -455,8 +455,7 @@ static int __init pcc_cpufreq_probe(void) | |||
455 | } | 455 | } |
456 | pcch_hdr = pcch_virt_addr; | 456 | pcch_hdr = pcch_virt_addr; |
457 | 457 | ||
458 | dprintk("probe: PCCH header (virtual) addr: 0x%llx\n", | 458 | dprintk("probe: PCCH header (virtual) addr: 0x%p\n", pcch_hdr); |
459 | (u64)pcch_hdr); | ||
460 | dprintk("probe: PCCH header is at physical address: 0x%llx," | 459 | dprintk("probe: PCCH header is at physical address: 0x%llx," |
461 | " signature: 0x%x, length: %d bytes, major: %d, minor: %d," | 460 | " signature: 0x%x, length: %d bytes, major: %d, minor: %d," |
462 | " supported features: 0x%x, command field: 0x%x," | 461 | " supported features: 0x%x, command field: 0x%x," |