Home
last modified time | relevance | path

Searched hist:"56 ddf4d3cf04e80254d3d721c6bea2f8ec44c41a" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpci_x86.hdiff 56ddf4d3cf04e80254d3d721c6bea2f8ec44c41a Sat Nov 14 01:34:29 CET 2009 Bjorn Helgaas <bjorn.helgaas@hp.com> x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_region

This patch adds a resource and corresponding name to the MMCONFIG
structure. This makes allocation simpler (we can allocate the
resource and name at the same time we allocate the pci_mmcfg_region),
and gives us a way to hang onto the resource after inserting it.
This will be needed so we can release and free it when hot-removing
a host bridge.

Reviewed-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>