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
7c20dcc5
Commit
7c20dcc5
authored
Jan 29, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86, summit: consolidate code, fix
Build fix for !NUMA Summit. Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
b11b867f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
arch/x86/kernel/Makefile
arch/x86/kernel/Makefile
+1
-1
arch/x86/kernel/summit_32.c
arch/x86/kernel/summit_32.c
+2
-1
No files found.
arch/x86/kernel/Makefile
View file @
7c20dcc5
...
...
@@ -73,7 +73,7 @@ obj-$(CONFIG_KEXEC) += relocate_kernel_$(BITS).o crash.o
obj-$(CONFIG_CRASH_DUMP)
+=
crash_dump_
$(BITS)
.o
obj-$(CONFIG_X86_NUMAQ)
+=
numaq_32.o
obj-$(CONFIG_X86_ES7000)
+=
es7000_32.o
obj-$(CONFIG_X86_SUMMIT
_NUMA
)
+=
summit_32.o
obj-$(CONFIG_X86_SUMMIT)
+=
summit_32.o
obj-y
+=
vsmp_64.o
obj-$(CONFIG_KPROBES)
+=
kprobes.o
obj-$(CONFIG_MODULES)
+=
module_
$(BITS)
.o
...
...
arch/x86/kernel/summit_32.c
View file @
7c20dcc5
...
...
@@ -389,6 +389,7 @@ static void summit_vector_allocation_domain(int cpu, cpumask_t *retmask)
*
retmask
=
(
cpumask_t
){
{
[
0
]
=
APIC_ALL_CPUS
,
}
};
}
#ifdef CONFIG_X86_SUMMIT_NUMA
static
struct
rio_table_hdr
*
rio_table_hdr
__initdata
;
static
struct
scal_detail
*
scal_devs
[
MAX_NUMNODES
]
__initdata
;
static
struct
rio_detail
*
rio_devs
[
MAX_NUMNODES
*
4
]
__initdata
;
...
...
@@ -543,7 +544,7 @@ void __init setup_summit(void)
next_wpeg
=
0
;
}
while
(
next_wpeg
!=
0
);
}
#endif
struct
genapic
apic_summit
=
{
...
...
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