kernel/arch/x86/boot/compressed/cmdline.c
.. .. @@ -1,8 +1,6 @@ 1 1 // SPDX-License-Identifier: GPL-2.0 2 2 #include "misc.h" 3 3 4 -#if CONFIG_EARLY_PRINTK || CONFIG_RANDOMIZE_BASE || CONFIG_X86_5LEVEL5 -6 4 static unsigned long fs; 7 5 static inline void set_fs(unsigned long seg) 8 6 { .. .. @@ -30,5 +28,3 @@ 30 28 { 31 29 return __cmdline_find_option_bool(get_cmd_line_ptr(), option); 32 30 } 33 -34 -#endif