Linux bcachefs list
 help / color / mirror / Atom feed
* [ktest PATCH] kconfig: stop requiring CONFIG_MCORE2
@ 2025-04-02  3:30 Eric Biggers
  2025-04-02  3:43 ` Kent Overstreet
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2025-04-02  3:30 UTC (permalink / raw)
  To: Kent Overstreet, linux-bcachefs

From: Eric Biggers <ebiggers@google.com>

This was removed upstream.

Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 tests/kconfig.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/kconfig.sh b/tests/kconfig.sh
index f3fb18f..5254530 100644
--- a/tests/kconfig.sh
+++ b/tests/kconfig.sh
@@ -5,11 +5,10 @@ have_virtio=0
 have_suspend=0
 
 case $ktest_arch in
     x86)
 	require-kernel-config SMP
-	require-kernel-config MCORE2	# optimize for core2
 	require-kernel-config IO_DELAY_0XED
 	require-kernel-config 64BIT=n
 	require-kernel-config ACPI	# way slower without it, do not know why
 	require-kernel-config UNWINDER_ORC
 	require-kernel-config HARDLOCKUP_DETECTOR
@@ -21,11 +20,10 @@ case $ktest_arch in
 
 	require-kernel-append console=hvc0
 	;;
     x86_64)
 	require-kernel-config SMP
-	require-kernel-config MCORE2	# optimize for core2
 	require-kernel-config IO_DELAY_0XED
 	#require-kernel-config IA32_EMULATION
 	require-kernel-config 64BIT
 	require-kernel-config ACPI	# way slower without it, do not know why
 	require-kernel-config UNWINDER_ORC

base-commit: 53229b36f8c4df0690af64dedfce3e247334505e
-- 
2.49.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-04-02  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  3:30 [ktest PATCH] kconfig: stop requiring CONFIG_MCORE2 Eric Biggers
2025-04-02  3:43 ` Kent Overstreet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox