[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20061207150023.GH28515@rhun.haifa.ibm.com>
Date: Thu, 7 Dec 2006 17:00:23 +0200
From: Muli Ben-Yehuda <muli@...ibm.com>
To: Olivier Galibert <galibert@...ox.com>
Cc: Andi Kleen <ak@...e.de>, linux-pci@...ey.karlin.mff.cuni.cz,
"Hack inc." <linux-kernel@...r.kernel.org>,
Linus Torvalds <torvalds@...l.org>
Subject: Re: [PATCH 1/5] PCI MMConfig: Share what's shareable.
On Thu, Dec 07, 2006 at 03:49:53PM +0100, Olivier Galibert wrote:
> +void __init pci_mmcfg_init(int type)
> +{
> + extern int pci_mmcfg_arch_init(void);
Please put this in a suitable header file.
> @@ -27,7 +23,7 @@
> /* The base address of the last MMCONFIG device accessed */
> static u32 mmcfg_last_accessed_device;
>
> -static DECLARE_BITMAP(fallback_slots, MAX_CHECK_BUS*32);
> +extern DECLARE_BITMAP(pci_mmcfg_fallback_slots, MAX_CHECK_BUS*32);
... and this (also occurs in another place).
Cheers,
Muli
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists