Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86/mm: Remove duplicated word in warning message

Commit bbeb69ce3013 ("x86/mm: Remove CONFIG_HIGHMEM64G support") introduces
a new warning message MSG_HIGHMEM_TRIMMED, which accidentally introduces a
duplicated 'for for' in the warning message.

Remove this duplicated word.

This was noticed while reviewing for references to obsolete kernel build
config options.

Fixes: bbeb69ce3013 ("x86/mm: Remove CONFIG_HIGHMEM64G support")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: https://lore.kernel.org/r/20250516090810.556623-1-lukas.bulwahn@redhat.com

authored by

Lukas Bulwahn and committed by
Ingo Molnar
03680913 24ee8d94

+1 -1
+1 -1
arch/x86/mm/init_32.c
··· 565 565 "only %luMB highmem pages available, ignoring highmem size of %luMB!\n" 566 566 567 567 #define MSG_HIGHMEM_TRIMMED \ 568 - "Warning: only 4GB will be used. Support for for CONFIG_HIGHMEM64G was removed!\n" 568 + "Warning: only 4GB will be used. Support for CONFIG_HIGHMEM64G was removed!\n" 569 569 /* 570 570 * We have more RAM than fits into lowmem - we try to put it into 571 571 * highmem, also taking the highmem=x boot parameter into account: