mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
parisc: Show default CPU PSW.W setting as reported by PDC
The last word shows the default PSW.W setting. Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -927,8 +927,8 @@ static __init void qemu_header(void)
|
||||
|
||||
#define p ((unsigned long *)&boot_cpu_data.pdc.model)
|
||||
pr_info("#define PARISC_PDC_MODEL 0x%lx, 0x%lx, 0x%lx, "
|
||||
"0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx\n\n",
|
||||
p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7], p[8]);
|
||||
"0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx, 0x%lx\n\n",
|
||||
p[0], p[1], p[2], p[3], p[4], p[5], p[6], p[7], p[8], p[9]);
|
||||
#undef p
|
||||
|
||||
pr_info("#define PARISC_PDC_VERSION 0x%04lx\n\n",
|
||||
|
||||
Reference in New Issue
Block a user