Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bd350f71 authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c



Make the printks look a bit nicer by adding a prefix.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent f9df74df
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8,6 +8,10 @@
 * as published by the Free Software Foundation; either version
 * 2 of the License, or (at your option) any later version.
 */

#define pr_fmt(fmt) "radix-mmu: " fmt

#include <linux/kernel.h>
#include <linux/sched/mm.h>
#include <linux/memblock.h>
#include <linux/of_fdt.h>