Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
1a572652
Commit
1a572652
authored
Jun 02, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
parent
6fc92866
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/amd.c
+1
-0
include/asm-x86/mmconfig.h
include/asm-x86/mmconfig.h
+4
-0
No files found.
arch/x86/kernel/cpu/amd.c
View file @
1a572652
...
...
@@ -4,6 +4,7 @@
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/apic.h>
#include <asm/mmconfig.h>
#include <mach_apic.h>
#include "../setup.h"
...
...
include/asm-x86/mmconfig.h
View file @
1a572652
...
...
@@ -9,6 +9,10 @@ static inline void fam10h_check_enable_mmcfg(void) { }
static
inline
void
check_enable_amd_mmconf_dmi
(
void
)
{
}
#endif
#if defined(CONFIG_SMP) && defined(CONFIG_X86_64)
extern
void
__cpuinit
amd_enable_pci_ext_cfg
(
struct
cpuinfo_x86
*
c
);
#else
static
inline
void
amd_enable_pci_ext_cfg
(
struct
cpuinfo_x86
*
c
)
{
}
#endif
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment