]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
s390/boot: Use the full title of the manual for facility bits
authorXose Vazquez Perez <xose.vazquez@gmail.com>
Mon, 16 Jun 2025 16:32:47 +0000 (18:32 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Mon, 23 Jun 2025 10:05:00 +0000 (12:05 +0200)
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 <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: S390 ML <linux-s390@vger.kernel.org>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lore.kernel.org/r/20250616163248.77951-1-xose.vazquez@gmail.com
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/boot/als.c

index 79afb5fa7f1f327d5b8154c2f1f839b9e9051316..25a20986b96e0b602790cc8f5791d2fbb35ab198 100644 (file)
@@ -65,7 +65,7 @@ static void facility_mismatch(void)
        boot_emerg("The Linux kernel requires more recent processor hardware\n");
        boot_emerg("Detected machine-type number: %4x\n", id.machine);
        print_missing_facilities();
-       boot_emerg("See Principles of Operations for facility bits\n");
+       boot_emerg("See z/Architecture Principles of Operation - Facility Indications\n");
        disabled_wait();
 }