[ARM] Fix warnings in arch/arm/kernel/setup.c

cr_alignment is unsigned long, so should be the format string.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Russell King and committed by Russell King 4e19025b c9e4143c

+1 -1
+1 -1
arch/arm/kernel/setup.c
··· 344 344 cpu_cache = *list->cache; 345 345 #endif 346 346 347 - printk("CPU: %s [%08x] revision %d (ARMv%s), cr=%08x\n", 347 + printk("CPU: %s [%08x] revision %d (ARMv%s), cr=%08lx\n", 348 348 cpu_name, processor_id, (int)processor_id & 15, 349 349 proc_arch[cpu_architecture()], cr_alignment); 350 350