We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecc694 commit d7f8ffdCopy full SHA for d7f8ffd
arch/s390/boot/als.c
@@ -65,7 +65,7 @@ static void facility_mismatch(void)
65
boot_emerg("The Linux kernel requires more recent processor hardware\n");
66
boot_emerg("Detected machine-type number: %4x\n", id.machine);
67
print_missing_facilities();
68
- boot_emerg("See Principles of Operations for facility bits\n");
+ boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n");
69
disabled_wait();
70
}
71
0 commit comments