* [2.6 patch] arch/arm/kernel/bios32.c: no need to set isa_bridge
@ 2006-05-01 7:11 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-05-01 7:11 UTC (permalink / raw)
To: rmk; +Cc: linux-kernel
Since this assignment was the only place on !alpha where isa_bridge was
touched, it didn't have any effect.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.17-rc2-mm1-shark/arch/arm/kernel/bios32.c.old 2006-04-27 23:11:07.000000000 +0200
+++ linux-2.6.17-rc2-mm1-shark/arch/arm/kernel/bios32.c 2006-04-27 23:12:15.000000000 +0200
@@ -371,17 +371,6 @@
features &= ~(PCI_COMMAND_SERR | PCI_COMMAND_PARITY);
switch (dev->class >> 8) {
-#if defined(CONFIG_ISA) || defined(CONFIG_EISA)
- case PCI_CLASS_BRIDGE_ISA:
- case PCI_CLASS_BRIDGE_EISA:
- /*
- * If this device is an ISA bridge, set isa_bridge
- * to point at this device. We will then go looking
- * for things like keyboard, etc.
- */
- isa_bridge = dev;
- break;
-#endif
case PCI_CLASS_BRIDGE_PCI:
pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status);
status |= PCI_BRIDGE_CTL_PARITY|PCI_BRIDGE_CTL_MASTER_ABORT;
^ permalink raw reply [flat|nested] 2+ messages in thread* [2.6 patch] arch/arm/kernel/bios32.c: no need to set isa_bridge
@ 2006-07-11 13:37 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-07-11 13:37 UTC (permalink / raw)
To: Andrew Morton; +Cc: rmk, linux-kernel
Since this assignment was the only place on !alpha where isa_bridge was
touched, it didn't have any effect.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
This patch was already sent on:
- 1 May 2006
--- linux-2.6.17-rc2-mm1-shark/arch/arm/kernel/bios32.c.old 2006-04-27 23:11:07.000000000 +0200
+++ linux-2.6.17-rc2-mm1-shark/arch/arm/kernel/bios32.c 2006-04-27 23:12:15.000000000 +0200
@@ -371,17 +371,6 @@
features &= ~(PCI_COMMAND_SERR | PCI_COMMAND_PARITY);
switch (dev->class >> 8) {
-#if defined(CONFIG_ISA) || defined(CONFIG_EISA)
- case PCI_CLASS_BRIDGE_ISA:
- case PCI_CLASS_BRIDGE_EISA:
- /*
- * If this device is an ISA bridge, set isa_bridge
- * to point at this device. We will then go looking
- * for things like keyboard, etc.
- */
- isa_bridge = dev;
- break;
-#endif
case PCI_CLASS_BRIDGE_PCI:
pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &status);
status |= PCI_BRIDGE_CTL_PARITY|PCI_BRIDGE_CTL_MASTER_ABORT;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-11 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-01 7:11 [2.6 patch] arch/arm/kernel/bios32.c: no need to set isa_bridge Adrian Bunk
-- strict thread matches above, loose matches on Subject: below --
2006-07-11 13:37 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox