Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312371
b: refs/heads/master
c: 8feb8e8
h: refs/heads/master
i:
  312369: d21771c
  312367: 7bcdd5f
v: v3
  • Loading branch information
Yong Zhang authored and Thomas Gleixner committed Jun 5, 2012
1 parent 5f70c75 commit cf8696f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 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: 72ec61a9e8347375e37c05e23511173d8451c3d4
refs/heads/master: 8feb8e896d77439146d2e2ab3d0ab55bb5baf5fc
4 changes: 0 additions & 4 deletions trunk/include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,6 @@ void kick_all_cpus_sync(void);
void __init call_function_init(void);
void generic_smp_call_function_single_interrupt(void);
void generic_smp_call_function_interrupt(void);
void ipi_call_lock(void);
void ipi_call_unlock(void);
void ipi_call_lock_irq(void);
void ipi_call_unlock_irq(void);
#else
static inline void call_function_init(void) { }
#endif
Expand Down
20 changes: 0 additions & 20 deletions trunk/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,26 +581,6 @@ int smp_call_function(smp_call_func_t func, void *info, int wait)
return 0;
}
EXPORT_SYMBOL(smp_call_function);

void ipi_call_lock(void)
{
raw_spin_lock(&call_function.lock);
}

void ipi_call_unlock(void)
{
raw_spin_unlock(&call_function.lock);
}

void ipi_call_lock_irq(void)
{
raw_spin_lock_irq(&call_function.lock);
}

void ipi_call_unlock_irq(void)
{
raw_spin_unlock_irq(&call_function.lock);
}
#endif /* USE_GENERIC_SMP_HELPERS */

/* Setup configured maximum number of CPUs to activate */
Expand Down

0 comments on commit cf8696f

Please sign in to comment.