summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorarseney300 <arseney300@december.com>2026-02-20 16:30:06 +0000
committerarseney300 <arseney300@december.com>2026-02-20 16:30:06 +0000
commitfe1cb8c92933db605e91a54a9f6c30f52c358910 (patch)
tree5ddcfe3a5ed620d56ac3403602e6ed038b2f030f /arch
parentcc84ea556cde8ef797c76a73ffba026a3f01597d (diff)
change for testHEADmaster
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c
index eebcc9db1a1b..b4430a4c0d6a 100644
--- a/arch/x86/kernel/setup.c
+++ b/arch/x86/kernel/setup.c
@@ -906,7 +906,7 @@ void __init setup_arch(char **cmdline_p)
*/
__flush_tlb_all();
#else
- printk(KERN_INFO "Command line: %s\n", boot_command_line);
+ printk(KERN_INFO "Command line custom boot text: %s\n", boot_command_line);
boot_cpu_data.x86_phys_bits = MAX_PHYSMEM_BITS;
#endif