Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138611
b: refs/heads/master
c: 1451a39
h: refs/heads/master
i:
  138609: c9dc44b
  138607: 86e18bf
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Mar 30, 2009
1 parent 3ed8a4a commit b929488
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: d0cdfe2423e30f552eb3c90f20fb4c36bb548650
refs/heads/master: 1451a395a8672ba232bba3649ed57120e46826b5
14 changes: 7 additions & 7 deletions trunk/arch/mips/kernel/smp-up.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/*
* Send inter-processor interrupt
*/
void up_send_ipi_single(int cpu, unsigned int action)
static void up_send_ipi_single(int cpu, unsigned int action)
{
panic(KERN_ERR "%s called", __func__);
}
Expand All @@ -27,31 +27,31 @@ static inline void up_send_ipi_mask(cpumask_t mask, unsigned int action)
* After we've done initial boot, this function is called to allow the
* board code to clean up state, if needed
*/
void __cpuinit up_init_secondary(void)
static void __cpuinit up_init_secondary(void)
{
}

void __cpuinit up_smp_finish(void)
static void __cpuinit up_smp_finish(void)
{
}

/* Hook for after all CPUs are online */
void up_cpus_done(void)
static void up_cpus_done(void)
{
}

/*
* Firmware CPU startup hook
*/
void __cpuinit up_boot_secondary(int cpu, struct task_struct *idle)
static void __cpuinit up_boot_secondary(int cpu, struct task_struct *idle)
{
}

void __init up_smp_setup(void)
static void __init up_smp_setup(void)
{
}

void __init up_prepare_cpus(unsigned int max_cpus)
static void __init up_prepare_cpus(unsigned int max_cpus)
{
}

Expand Down

0 comments on commit b929488

Please sign in to comment.