diff options
| author | arseney300 <arseney300@december.com> | 2026-02-20 16:30:06 +0000 |
|---|---|---|
| committer | arseney300 <arseney300@december.com> | 2026-02-20 16:30:06 +0000 |
| commit | fe1cb8c92933db605e91a54a9f6c30f52c358910 (patch) | |
| tree | 5ddcfe3a5ed620d56ac3403602e6ed038b2f030f /arch | |
| parent | cc84ea556cde8ef797c76a73ffba026a3f01597d (diff) | |
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/kernel/setup.c | 2 |
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 |
