Files
linux/arch/x86/kernel
Andy Shevchenko 84dfce65a7 x86/bugs: Remove dead code which might prevent from building
Clang, in particular, is not happy about dead code:

arch/x86/kernel/cpu/bugs.c:1830:20: error: unused function 'match_option' [-Werror,-Wunused-function]
 1830 | static inline bool match_option(const char *arg, int arglen, const char *opt)
      |                    ^~~~~~~~~~~~
1 error generated.

Remove a leftover from the previous cleanup.

Fixes: 02ac6cc8c5 ("x86/bugs: Simplify SSB cmdline parsing")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://patch.msgid.link/20251024125959.1526277-1-andriy.shevchenko%40linux.intel.com
2025-10-24 09:42:00 -07:00
..
2025-02-14 10:32:05 +01:00
2025-08-04 23:34:03 +02:00
2025-02-14 10:32:05 +01:00
2024-08-07 18:13:28 +02:00
2025-04-01 22:26:32 +02:00
2024-04-03 08:24:48 -07:00
2025-09-04 21:59:09 +02:00