Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8c976e34
Commit
8c976e34
authored
Jul 03, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] VSMP: Fix initialization ordering bug.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
83d0f233
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/mips/kernel/smp-mt.c
arch/mips/kernel/smp-mt.c
+2
-2
No files found.
arch/mips/kernel/smp-mt.c
View file @
8c976e34
...
@@ -236,8 +236,6 @@ void __init plat_smp_setup(void)
...
@@ -236,8 +236,6 @@ void __init plat_smp_setup(void)
dvpe
();
dvpe
();
dmt
();
dmt
();
mips_mt_set_cpuoptions
();
/* Put MVPE's into 'configuration state' */
/* Put MVPE's into 'configuration state' */
set_c0_mvpcontrol
(
MVPCONTROL_VPC
);
set_c0_mvpcontrol
(
MVPCONTROL_VPC
);
...
@@ -263,6 +261,8 @@ void __init plat_smp_setup(void)
...
@@ -263,6 +261,8 @@ void __init plat_smp_setup(void)
void
__init
plat_prepare_cpus
(
unsigned
int
max_cpus
)
void
__init
plat_prepare_cpus
(
unsigned
int
max_cpus
)
{
{
mips_mt_set_cpuoptions
();
/* set up ipi interrupts */
/* set up ipi interrupts */
if
(
cpu_has_vint
)
{
if
(
cpu_has_vint
)
{
set_vi_handler
(
MIPS_CPU_IPI_RESCHED_IRQ
,
ipi_resched_dispatch
);
set_vi_handler
(
MIPS_CPU_IPI_RESCHED_IRQ
,
ipi_resched_dispatch
);
...
...
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