X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fmips%2Fpci%2Fpci-vr41xx.c;h=dc9795fe9a6ce0c2a3324ddfda0e01fbd8167251;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=a6db6f028574b4526b713abd1193c2abc66a435c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/mips/pci/pci-vr41xx.c b/arch/mips/pci/pci-vr41xx.c index a6db6f028..dc9795fe9 100644 --- a/arch/mips/pci/pci-vr41xx.c +++ b/arch/mips/pci/pci-vr41xx.c @@ -4,6 +4,7 @@ * Copyright (C) 2001-2003 MontaVista Software Inc. * Author: Yoichi Yuasa * Copyright (C) 2004 Yoichi Yuasa + * Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +31,6 @@ #include #include -#include #include #include "pci-vr41xx.h" @@ -270,7 +270,7 @@ static int __init vr41xx_pciu_init(void) /* Clear bus error */ readl(BUSERRADREG); - writel(CONFIG_DONE, PCIENREG); + writel(BLOODY_CONFIG_DONE, PCIENREG); if (setup->mem_resource != NULL) vr41xx_pci_controller.mem_resource = setup->mem_resource;