diff options
author | Robert Richter <robert.richter@amd.com> | 2008-06-06 06:01:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-10 06:32:53 -0400 |
commit | 9e26d84273541a8c6c2efb705457ca8e6245fb73 (patch) | |
tree | 53e6adaf9721c482413e27c38282c15b7251c747 /arch/x86/kernel/cpu/amd.c | |
parent | d44b9d17faf7bca165ce73a1acb936b65a3f0cc6 (diff) |
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
Also much less code now.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/amd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index 656b40aed64..a38d54f4ff2 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c | |||
@@ -4,10 +4,8 @@ | |||
4 | #include <asm/io.h> | 4 | #include <asm/io.h> |
5 | #include <asm/processor.h> | 5 | #include <asm/processor.h> |
6 | #include <asm/apic.h> | 6 | #include <asm/apic.h> |
7 | #include <asm/mmconfig.h> | ||
8 | 7 | ||
9 | #include <mach_apic.h> | 8 | #include <mach_apic.h> |
10 | #include "../setup.h" | ||
11 | #include "cpu.h" | 9 | #include "cpu.h" |
12 | 10 | ||
13 | /* | 11 | /* |