summaryrefslogtreecommitdiff
path: root/arch/x86/pci/visws.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 14:29:28 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-07-10 16:55:32 (GMT)
commit22d5c67c5b0476e463ce4b632ba9ec3953d33a5f (patch)
tree2a0e19587aa081c48f3cbb60585d47ebc9c52294 /arch/x86/pci/visws.c
parent3b33553badcde952adcf3b3ba5faae38d7d85071 (diff)
downloadlinux-fsl-qoriq-22d5c67c5b0476e463ce4b632ba9ec3953d33a5f.tar.xz
x86, VisWS: turn into generic arch, make VisWS boot on a regular PC
first step: make the VISWS subarch boot on a regular PC. We take various shortcuts for that. We copy the generic arch setup file over into the VISWS setup file. This is the only step that is not expected to boot on a real VISWS. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/pci/visws.c')
-rw-r--r--arch/x86/pci/visws.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/pci/visws.c b/arch/x86/pci/visws.c
index 16e5206..343ccf6 100644
--- a/arch/x86/pci/visws.c
+++ b/arch/x86/pci/visws.c
@@ -16,10 +16,10 @@
static int pci_visws_enable_irq(struct pci_dev *dev) { return 0; }
static void pci_visws_disable_irq(struct pci_dev *dev) { }
-int (*pcibios_enable_irq)(struct pci_dev *dev) = &pci_visws_enable_irq;
-void (*pcibios_disable_irq)(struct pci_dev *dev) = &pci_visws_disable_irq;
+/* int (*pcibios_enable_irq)(struct pci_dev *dev) = &pci_visws_enable_irq; */
+/* void (*pcibios_disable_irq)(struct pci_dev *dev) = &pci_visws_disable_irq; */
-void __init pcibios_penalize_isa_irq(int irq, int active) {}
+/* void __init pcibios_penalize_isa_irq(int irq, int active) {} */
unsigned int pci_bus0, pci_bus1;