Re: [PATCH] x86: Add PCI extended config space access for AMD Barcelona

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Monday, June 2, 2008 - 2:09 am

* Robert Richter <robert.richter@amd.com> wrote:


applied to -tip for more testing, thanks Robert. It needed some porting 
(64-bit setup code got restructured in -tip) and the trivial build fix 
below.

	Ingo

------------->
commit fe8aef82b5040c39fb3bee28047db5c896421382
Author: Ingo Molnar <mingo@elte.hu>
Date:   Mon Jun 2 10:54:16 2008 +0200

    fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
    
    Signed-off-by: Ingo Molnar <mingo@elte.hu>

diff --git a/include/asm-x86/mmconfig.h b/include/asm-x86/mmconfig.h
index 95beda0..46d6bb1 100644
--- a/include/asm-x86/mmconfig.h
+++ b/include/asm-x86/mmconfig.h
@@ -9,4 +9,6 @@ static inline void fam10h_check_enable_mmcfg(void) { }
 static inline void check_enable_amd_mmconf_dmi(void) { }
 #endif
 
+extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c);
+
 #endif
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Enable mmconf access to PCI ECS for all AMD fam10h systems, Robert Richter, (Fri May 23, 5:46 am)
Re: Enable mmconf access to PCI ECS for all AMD fam10h systems, Arjan van de Ven, (Fri May 23, 11:18 am)
Re: [PATCH] x86: Add PCI extended config space access for ..., Arjan van de Ven, (Wed May 28, 12:02 pm)
Re: [PATCH] x86: Add PCI extended config space access for ..., Ingo Molnar, (Mon Jun 2, 2:09 am)
[PATCH 1/2] x86/pci: Renaming k8-bus_64.c to amd_bus.c, Robert Richter, (Thu Jun 12, 11:19 am)
[PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Robert Richter, (Thu Jun 12, 11:19 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Yinghai Lu, (Thu Jun 12, 12:50 pm)
Re: [PATCH 1/2] x86/pci: Renaming k8-bus_64.c to amd_bus.c, Robert Richter, (Fri Jun 13, 5:47 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Robert Richter, (Fri Jun 13, 9:19 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Glauber Costa, (Fri Jun 13, 10:02 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Robert Richter, (Fri Jun 13, 11:16 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Glauber Costa, (Fri Jun 13, 11:26 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Ingo Molnar, (Wed Jun 18, 12:47 am)
Re: [PATCH 2/2] x86: Move PCI IO ECS code to x86/pci, Ingo Molnar, (Wed Jun 18, 12:51 am)
Re: [PATCH 1/2] x86/pci: Renaming k8-bus_64.c to amd_bus.c, Robert Richter, (Thu Jun 19, 9:02 am)