Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242433
b: refs/heads/master
c: 1685f3b
h: refs/heads/master
i:
  242431: 0e360e8
v: v3
  • Loading branch information
Ralf Baechle committed Mar 25, 2011
1 parent eb0ca5f commit 9a1d146
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9b08d9c606498584e1fb05ab95a575e52f0f8e2
refs/heads/master: 1685f3b158a244d4f6e205e67c84483fffcb2d9f
3 changes: 1 addition & 2 deletions trunk/arch/mips/mipssim/sim_smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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();
}

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/mti-malta/malta-smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9a1d146

Please sign in to comment.