]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/mach-default/smpboot_hooks.h
x86: convert Dprintk to pr_debug
[linux-2.6-omap-h63xx.git] / include / asm-x86 / mach-default / smpboot_hooks.h
index 56d001b9dce4f0177b409c72982e902d4d8ef6e9..dbab36d64d48f2b15aa6be7dea09e9feb91f869f 100644 (file)
@@ -12,11 +12,11 @@ static inline void smpboot_setup_warm_reset_vector(unsigned long start_eip)
 {
        CMOS_WRITE(0xa, 0xf);
        local_flush_tlb();
-       Dprintk("1.\n");
+       pr_debug("1.\n");
        *((volatile unsigned short *) TRAMPOLINE_HIGH) = start_eip >> 4;
-       Dprintk("2.\n");
+       pr_debug("2.\n");
        *((volatile unsigned short *) TRAMPOLINE_LOW) = start_eip & 0xf;
-       Dprintk("3.\n");
+       pr_debug("3.\n");
 }
 
 static inline void smpboot_restore_warm_reset_vector(void)