diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 15:11:17 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-05-26 15:11:17 -0400 |
| commit | 6ddb4518c7af7b03fa322552d794f759cd5c26fa (patch) | |
| tree | 4560d1425733243520c97aade1d69c6739b13b11 /include/linux | |
| parent | be93d8cfbae1996052e91b2883d306a5d9d0fe18 (diff) | |
| parent | 3fb7933850faf1017c59a675e895ed8f27fef4be (diff) | |
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
* 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc:
powerpc/4xx: Adding PCIe MSI support
powerpc: Fix irq_free_virt by adjusting bounds before loop
powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virt
powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irq
powerpc/irq: Always free duplicate IRQ_LEGACY hosts
powerpc/irq: Remove stale and misleading comment
powerpc/cell: Rename ipi functions to match current abstractions
powerpc/cell: Use common smp ipi actions
Remove unused MSG_ flags in linux/smp.h
powerpc/pseries: Update MAX_HCALL_OPCODE to reflect page coalescing
powerpc/oprofile: Handle events that raise an exception without overflowing
powerpc/ftrace: Implement raw syscall tracepoints on PowerPC
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/smp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/smp.h b/include/linux/smp.h index 74243c86ba39..7ad824d510a2 100644 --- a/include/linux/smp.h +++ b/include/linux/smp.h | |||
| @@ -98,16 +98,6 @@ void ipi_call_unlock_irq(void); | |||
| 98 | */ | 98 | */ |
| 99 | int on_each_cpu(smp_call_func_t func, void *info, int wait); | 99 | int on_each_cpu(smp_call_func_t func, void *info, int wait); |
| 100 | 100 | ||
| 101 | #define MSG_ALL_BUT_SELF 0x8000 /* Assume <32768 CPU's */ | ||
| 102 | #define MSG_ALL 0x8001 | ||
| 103 | |||
| 104 | #define MSG_INVALIDATE_TLB 0x0001 /* Remote processor TLB invalidate */ | ||
| 105 | #define MSG_STOP_CPU 0x0002 /* Sent to shut down slave CPU's | ||
| 106 | * when rebooting | ||
| 107 | */ | ||
| 108 | #define MSG_RESCHEDULE 0x0003 /* Reschedule request from master CPU*/ | ||
| 109 | #define MSG_CALL_FUNCTION 0x0004 /* Call function on all other CPUs */ | ||
| 110 | |||
| 111 | /* | 101 | /* |
| 112 | * Mark the boot cpu "online" so that it can call console drivers in | 102 | * Mark the boot cpu "online" so that it can call console drivers in |
| 113 | * printk() and can access its per-cpu storage. | 103 | * printk() and can access its per-cpu storage. |
