summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/pci.h
Commit message (Collapse)AuthorAgeFilesLines
* include/asm-x86/pci.h: checkpatch cleanups - formatting onlyJoe Perches2008-04-171-4/+4
| | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: consolidate toloplogy_32/64.hThomas Gleixner2008-01-301-0/+13
| | | | | | | | | | | | Reorder defines and do white space / coding style cleanups to get a readable diff. Also convert the macros to inline functions. Move the pci related inlines to pci.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: move acpi and pci declarationsThomas Gleixner2008-01-301-1/+3
| | | | | | | | | | Move acpi/pci related declarations to the correct headers and remove the duplicate. Build fix from: Andrew Morton Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* PCI: merge almost all of pci_32.h and pci_64.h togetherGreg Kroah-Hartman2007-10-121-0/+90
| | | | | | | It was just duplicated code... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-0/+5
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>