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
1685f3b1
Commit
1685f3b1
authored
Mar 25, 2011
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: SMTC: Move declaration of smtc_init_secondary to <asm/smtc.h>.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
f9b08d9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
arch/mips/mipssim/sim_smtc.c
arch/mips/mipssim/sim_smtc.c
+1
-2
arch/mips/mti-malta/malta-smtc.c
arch/mips/mti-malta/malta-smtc.c
+0
-1
No files found.
arch/mips/mipssim/sim_smtc.c
View file @
1685f3b1
...
...
@@ -27,6 +27,7 @@
#include <asm/atomic.h>
#include <asm/cpu.h>
#include <asm/processor.h>
#include <asm/smtc.h>
#include <asm/system.h>
#include <asm/mmu_context.h>
#include <asm/smtc_ipi.h>
...
...
@@ -57,8 +58,6 @@ static inline void ssmtc_send_ipi_mask(const struct cpumask *mask,
*/
static
void
__cpuinit
ssmtc_init_secondary
(
void
)
{
void
smtc_init_secondary
(
void
);
smtc_init_secondary
();
}
...
...
arch/mips/mti-malta/malta-smtc.c
View file @
1685f3b1
...
...
@@ -34,7 +34,6 @@ static void msmtc_send_ipi_mask(const struct cpumask *mask, unsigned int action)
*/
static
void
__cpuinit
msmtc_init_secondary
(
void
)
{
void
smtc_init_secondary
(
void
);
int
myvpe
;
/* Don't enable Malta I/O interrupts (IP2) for secondary VPEs */
...
...
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