aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-09-23 09:38:08 +0200
committerHelge Deller <deller@gmx.de>2023-09-23 09:38:08 +0200
commitcae86066eba88ef040d23b6aebc67e094167ec5a (patch)
tree7c5f3acfcb6919f8790a80b0990c2e4c29c266b8
parent4fb4eea822585dc7bb6db1d71bc64241bf541cb4 (diff)
downloadseabios-hppa-cae86066eba88ef040d23b6aebc67e094167ec5a.zip
seabios-hppa-cae86066eba88ef040d23b6aebc67e094167ec5a.tar.gz
seabios-hppa-cae86066eba88ef040d23b6aebc67e094167ec5a.tar.bz2
nicer text for CPU/machine
-rw-r--r--src/parisc/parisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 1448e6c..21662ed 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -2373,10 +2373,10 @@ void __VISIBLE start_parisc_firmware(void)
" MHz %s Functional 0 KB\n",
i < 10 ? " ":"", i, i?"Idle ":"Active");
printf("\n\n");
- printf(" Emulated machine: HP %s (%d x %d-bit %s PA-RISC CPU)\n"
+ printf(" Emulated machine: HP %s (%d-bit %s)\n"
" Available memory: %u MB\n"
" Good memory required: %d MB\n\n",
- qemu_machine, smp_cpus, cpu_bit_width, (cpu_bit_width == 64) ? "PA2.0" : "PA1.1",
+ qemu_machine, cpu_bit_width, (cpu_bit_width == 64) ? "PA2.0" : "PA1.1",
ram_size/1024/1024, MIN_RAM_SIZE/1024/1024);
// search boot devices