Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136548
b: refs/heads/master
c: 6781d94
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 28, 2009
1 parent 37b4df5 commit 11c6700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 505deeb1a228e5b0bf6ac5d0d78f4a4253a9efe9
refs/heads/master: 6781d948cc05b02df915650f2eb49550a1631df9
3 changes: 1 addition & 2 deletions trunk/arch/x86/include/asm/genapic.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,14 @@ struct genapic {
unsigned int (*cpu_mask_to_apicid_and)(const struct cpumask *cpumask,
const struct cpumask *andmask);

#ifdef CONFIG_SMP
/* ipi */
void (*send_IPI_mask)(const struct cpumask *mask, int vector);
void (*send_IPI_mask_allbutself)(const struct cpumask *mask,
int vector);
void (*send_IPI_allbutself)(int vector);
void (*send_IPI_all)(int vector);
void (*send_IPI_self)(int vector);
#endif

/* wakeup_secondary_cpu */
int (*wakeup_cpu)(int apicid, unsigned long start_eip);

Expand Down

0 comments on commit 11c6700

Please sign in to comment.