Skip to content

Commit d7f8ffd

Browse files
xosevpAlexander Gordeev
authored andcommitted
s390/boot: Use the full title of the manual for facility bits
Also indicate the name of the section where facility bits are listed, because the manual has a length of 2124 pages. The current version is Fourteenth Edition (May, 2022) SA22-7832-13 Cc: Heiko Carstens <[email protected]> Cc: Vasily Gorbik <[email protected]> Cc: Alexander Gordeev <[email protected]> Cc: Christian Borntraeger <[email protected]> Cc: Sven Schnelle <[email protected]> Cc: S390 ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> Acked-by: Heiko Carstens <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexander Gordeev <[email protected]>
1 parent 7ecc694 commit d7f8ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/boot/als.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static void facility_mismatch(void)
6565
boot_emerg("The Linux kernel requires more recent processor hardware\n");
6666
boot_emerg("Detected machine-type number: %4x\n", id.machine);
6767
print_missing_facilities();
68-
boot_emerg("See Principles of Operations for facility bits\n");
68+
boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n");
6969
disabled_wait();
7070
}
7171

0 commit comments

Comments
 (0)