Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165615
b: refs/heads/master
c: fe71a3c
h: refs/heads/master
i:
  165613: a8aee36
  165611: 0b4664c
  165607: 79e16a9
  165599: 9a965b1
v: v3
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent f2f4147 commit 08fff1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: da83a84b53296a2ea498be8a497c86fb4a1fd2d6
refs/heads/master: fe71a3c7dc8cfe0f239c04b4fc6501f4aa56aa0a
11 changes: 0 additions & 11 deletions trunk/include/linux/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,6 @@ int smp_call_function(void(*func)(void *info), void *info, int wait);
void smp_call_function_many(const struct cpumask *mask,
void (*func)(void *info), void *info, bool wait);

/* Deprecated: Use smp_call_function_many which takes a pointer to the mask. */
static inline int
smp_call_function_mask(cpumask_t mask, void(*func)(void *info), void *info,
int wait)
{
smp_call_function_many(&mask, func, info, wait);
return 0;
}

void __smp_call_function_single(int cpuid, struct call_single_data *data,
int wait);

Expand Down Expand Up @@ -144,8 +135,6 @@ static inline int up_smp_call_function(void (*func)(void *), void *info)
static inline void smp_send_reschedule(int cpu) { }
#define num_booting_cpus() 1
#define smp_prepare_boot_cpu() do {} while (0)
#define smp_call_function_mask(mask, func, info, wait) \
(up_smp_call_function(func, info))
#define smp_call_function_many(mask, func, info, wait) \
(up_smp_call_function(func, info))
static inline void init_call_single_data(void)
Expand Down

0 comments on commit 08fff1d

Please sign in to comment.