PCI: modify PCI bridge control ISA flag for clarity
authorGary Hade <garyhade@us.ibm.com>
Mon, 8 Oct 2007 23:24:16 +0000 (16:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 22:03:18 +0000 (15:03 -0700)
commit11949255d9433ea6c0908b7390ec4faecd1d4cf0
treebfbec17f06906f9fbbc65263af010b4cb170c80a
parent62f420f828249f686aaae949ac3439d1304a759a
PCI: modify PCI bridge control ISA flag for clarity

Modify PCI Bridge Control ISA flag for clarity

This patch changes PCI_BRIDGE_CTL_NO_ISA to PCI_BRIDGE_CTL_ISA
and modifies it's clarifying comment and locations where used.
The change reduces the chance of future confusion since it makes
the set/unset meaning of the bit the same in both the bridge
control register and bridge_ctl field of the pci_bus struct.

Signed-off-by: Gary Hade <garyhade@us.ibm.com>
Acked-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/pci/i386.c
drivers/pci/probe.c
include/linux/pci_regs.h