diff options
author | Anton Blanchard <anton@samba.org> | 2014-09-17 06:39:39 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-10-02 09:33:55 +0200 |
commit | a7696b36c01316308f2b9f2009ce38cb01fd7a3f (patch) | |
tree | ce1b9e97d9f2716e9de20f23c25937eafa63822d /arch/powerpc/include/asm/pgtable-ppc64-4k.h | |
parent | powerpc: Add printk levels to powernv platform code (diff) | |
download | linux-a7696b36c01316308f2b9f2009ce38cb01fd7a3f.tar.xz linux-a7696b36c01316308f2b9f2009ce38cb01fd7a3f.zip |
powerpc: Add printk levels to powerpc code
Add printk levels to some places in the powerpc port.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/pgtable-ppc64-4k.h')
-rw-r--r-- | arch/powerpc/include/asm/pgtable-ppc64-4k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pgtable-ppc64-4k.h b/arch/powerpc/include/asm/pgtable-ppc64-4k.h index 12798c9d4b4b..7b935683f268 100644 --- a/arch/powerpc/include/asm/pgtable-ppc64-4k.h +++ b/arch/powerpc/include/asm/pgtable-ppc64-4k.h @@ -64,7 +64,7 @@ (((addr) >> PUD_SHIFT) & (PTRS_PER_PUD - 1))) #define pud_ERROR(e) \ - printk("%s:%d: bad pud %08lx.\n", __FILE__, __LINE__, pud_val(e)) + pr_err("%s:%d: bad pud %08lx.\n", __FILE__, __LINE__, pud_val(e)) /* * On all 4K setups, remap_4k_pfn() equates to remap_pfn_range() */ |