aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/kernel/setup.c')
-rw-r--r--arch/hexagon/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/kernel/setup.c b/arch/hexagon/kernel/setup.c
index 6981949f5df3..dc8c7e75b5d1 100644
--- a/arch/hexagon/kernel/setup.c
+++ b/arch/hexagon/kernel/setup.c
@@ -66,7 +66,7 @@ void __init setup_arch(char **cmdline_p)
*/
__vmsetvec(_K_VM_event_vector);
- printk(KERN_INFO "PHYS_OFFSET=0x%08x\n", PHYS_OFFSET);
+ printk(KERN_INFO "PHYS_OFFSET=0x%08lx\n", PHYS_OFFSET);
/*
* Simulator has a few differences from the hardware.