All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] PCI: hotplug: compaq: fix X86 dependency
@ 2026-05-26  4:26 Rosen Penev
  2026-05-26  4:41 ` sashiko-bot
  0 siblings, 1 reply; 3+ messages in thread
From: Rosen Penev @ 2026-05-26  4:26 UTC (permalink / raw)
  To: linux-pci; +Cc: Bjorn Helgaas, linusw, open list

This driver needs X86_32, not X86. It does not compile on x86_64 because
of invalid assembly there.

Authored-by: Claude:Sonnet-4.6
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 v2: use X86_32
 drivers/pci/hotplug/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/hotplug/Kconfig b/drivers/pci/hotplug/Kconfig
index 891a81bac5e9..392cf75aeac9 100644
--- a/drivers/pci/hotplug/Kconfig
+++ b/drivers/pci/hotplug/Kconfig
@@ -20,7 +20,7 @@ if HOTPLUG_PCI
 
 config HOTPLUG_PCI_COMPAQ
 	tristate "Compaq PCI Hotplug driver"
-	depends on X86 && PCI_BIOS
+	depends on X86_32 && PCI_BIOS
 	help
 	  Say Y here if you have a motherboard with a Compaq PCI Hotplug
 	  controller.
-- 
2.54.0


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

end of thread, other threads:[~2026-05-26  4:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-26  4:26 [PATCHv2] PCI: hotplug: compaq: fix X86 dependency Rosen Penev
2026-05-26  4:41 ` sashiko-bot
2026-05-26  4:43   ` Rosen Penev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.