Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_SMP_H |
| 2 | #define __ASM_SMP_H |
| 3 | |
| 4 | /* |
| 5 | * We need the APIC definitions automatically as part of 'smp.h' |
| 6 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include <linux/threads.h> |
| 8 | #include <linux/cpumask.h> |
| 9 | #include <linux/bitops.h> |
Sam Ravnborg | 43999d9 | 2007-03-16 21:07:36 +0100 | [diff] [blame] | 10 | #include <linux/init.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | extern int disable_apic; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #include <asm/mpspec.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 14 | #include <asm/apic.h> |
Jan Beulich | 00f1ea6 | 2007-05-02 19:27:04 +0200 | [diff] [blame] | 15 | #include <asm/io_apic.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #include <asm/thread_info.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | |
| 18 | #ifdef CONFIG_SMP |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | |
| 20 | #include <asm/pda.h> |
| 21 | |
| 22 | struct pt_regs; |
| 23 | |
Andi Kleen | a8ab26f | 2005-04-16 15:25:19 -0700 | [diff] [blame] | 24 | extern cpumask_t cpu_present_mask; |
| 25 | extern cpumask_t cpu_possible_map; |
| 26 | extern cpumask_t cpu_online_map; |
| 27 | extern cpumask_t cpu_callout_map; |
Andi Kleen | 3c02175 | 2006-01-11 22:45:12 +0100 | [diff] [blame] | 28 | extern cpumask_t cpu_initialized; |
Andi Kleen | a8ab26f | 2005-04-16 15:25:19 -0700 | [diff] [blame] | 29 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | /* |
| 31 | * Private routines/data |
| 32 | */ |
| 33 | |
| 34 | extern void smp_alloc_memory(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | extern volatile unsigned long smp_invalidate_needed; |
Ashok Raj | 884d9e4 | 2005-06-25 14:55:02 -0700 | [diff] [blame] | 36 | extern void lock_ipi_call_lock(void); |
| 37 | extern void unlock_ipi_call_lock(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | extern int smp_num_siblings; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | extern void smp_send_reschedule(int cpu); |
Laurent Vivier | 66d16ed | 2007-10-19 20:35:03 +0200 | [diff] [blame] | 40 | extern int smp_call_function_mask(cpumask_t mask, void (*func)(void *), |
| 41 | void *info, int wait); |
Eric W. Biederman | 3d483f4 | 2005-07-29 14:03:29 -0700 | [diff] [blame] | 42 | |
Mike Travis | 0835761 | 2007-10-16 01:24:04 -0700 | [diff] [blame] | 43 | /* |
Mike Travis | d5a7430 | 2007-10-16 01:24:05 -0700 | [diff] [blame] | 44 | * cpu_sibling_map and cpu_core_map now live |
| 45 | * in the per cpu area |
Mike Travis | 0835761 | 2007-10-16 01:24:04 -0700 | [diff] [blame] | 46 | * |
Mike Travis | d5a7430 | 2007-10-16 01:24:05 -0700 | [diff] [blame] | 47 | * extern cpumask_t cpu_sibling_map[NR_CPUS]; |
Mike Travis | 0835761 | 2007-10-16 01:24:04 -0700 | [diff] [blame] | 48 | * extern cpumask_t cpu_core_map[NR_CPUS]; |
| 49 | */ |
Mike Travis | d5a7430 | 2007-10-16 01:24:05 -0700 | [diff] [blame] | 50 | DECLARE_PER_CPU(cpumask_t, cpu_sibling_map); |
Mike Travis | 0835761 | 2007-10-16 01:24:04 -0700 | [diff] [blame] | 51 | DECLARE_PER_CPU(cpumask_t, cpu_core_map); |
Mike Travis | b627847 | 2007-10-19 20:35:03 +0200 | [diff] [blame] | 52 | DECLARE_PER_CPU(u8, cpu_llc_id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | |
| 54 | #define SMP_TRAMPOLINE_BASE 0x6000 |
| 55 | |
| 56 | /* |
| 57 | * On x86 all CPUs are mapped 1:1 to the APIC space. |
| 58 | * This simplifies scheduling and IPI sending and |
| 59 | * compresses data structures. |
| 60 | */ |
| 61 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | static inline int num_booting_cpus(void) |
| 63 | { |
| 64 | return cpus_weight(cpu_callout_map); |
| 65 | } |
| 66 | |
Ingo Molnar | 39c715b | 2005-06-21 17:14:34 -0700 | [diff] [blame] | 67 | #define raw_smp_processor_id() read_pda(cpunumber) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
Ashok Raj | 76e4f66 | 2005-06-25 14:55:00 -0700 | [diff] [blame] | 69 | extern int __cpu_disable(void); |
| 70 | extern void __cpu_die(unsigned int cpu); |
Andi Kleen | 421c7ce | 2005-10-10 22:32:45 +0200 | [diff] [blame] | 71 | extern void prefill_possible_map(void); |
Andi Kleen | 420f8f6 | 2005-11-05 17:25:54 +0100 | [diff] [blame] | 72 | extern unsigned num_processors; |
Sam Ravnborg | 43999d9 | 2007-03-16 21:07:36 +0100 | [diff] [blame] | 73 | extern unsigned __cpuinitdata disabled_cpus; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | #define NO_PROC_ID 0xFF /* No processor magic marker */ |
| 76 | |
Fernando Luis Vazquez Cao | 2f4dfe2 | 2007-05-09 02:33:25 -0700 | [diff] [blame] | 77 | #endif /* CONFIG_SMP */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | |
Hiroshi Shimamoto | 92f98b1 | 2007-10-19 18:23:02 -0700 | [diff] [blame] | 79 | #define safe_smp_processor_id() smp_processor_id() |
| 80 | |
Fernando Luis Vazquez Cao | dd98852 | 2007-05-09 02:33:28 -0700 | [diff] [blame] | 81 | static inline int hard_smp_processor_id(void) |
| 82 | { |
| 83 | /* we don't want to mark this access volatile - bad code generation */ |
| 84 | return GET_APIC_ID(*(unsigned int *)(APIC_BASE+APIC_ID)); |
| 85 | } |
| 86 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | /* |
| 88 | * Some lowlevel functions might want to know about |
| 89 | * the real APIC ID <-> CPU # mapping. |
| 90 | */ |
Mike Travis | 71fff5e | 2007-10-19 20:35:03 +0200 | [diff] [blame] | 91 | extern u8 __initdata x86_cpu_to_apicid_init[]; |
| 92 | extern void *x86_cpu_to_apicid_ptr; |
| 93 | DECLARE_PER_CPU(u8, x86_cpu_to_apicid); /* physical ID */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | extern u8 bios_cpu_apicid[]; |
| 95 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | static inline int cpu_present_to_apicid(int mps_cpu) |
| 97 | { |
| 98 | if (mps_cpu < NR_CPUS) |
| 99 | return (int)bios_cpu_apicid[mps_cpu]; |
| 100 | else |
| 101 | return BAD_APICID; |
| 102 | } |
| 103 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | #ifndef CONFIG_SMP |
| 105 | #define stack_smp_processor_id() 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | #define cpu_logical_map(x) (x) |
| 107 | #else |
| 108 | #include <asm/thread_info.h> |
| 109 | #define stack_smp_processor_id() \ |
| 110 | ({ \ |
| 111 | struct thread_info *ti; \ |
| 112 | __asm__("andq %%rsp,%0; ":"=r" (ti) : "0" (CURRENT_MASK)); \ |
| 113 | ti->cpu; \ |
| 114 | }) |
| 115 | #endif |
| 116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 117 | static __inline int logical_smp_processor_id(void) |
| 118 | { |
| 119 | /* we don't want to mark this access volatile - bad code generation */ |
| 120 | return GET_APIC_LOGICAL_ID(*(unsigned long *)(APIC_BASE+APIC_LDR)); |
| 121 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | |
Ashok Raj | b4033c1 | 2005-11-08 21:42:33 -0800 | [diff] [blame] | 123 | #ifdef CONFIG_SMP |
Mike Travis | 71fff5e | 2007-10-19 20:35:03 +0200 | [diff] [blame] | 124 | #define cpu_physical_id(cpu) per_cpu(x86_cpu_to_apicid, cpu) |
Ashok Raj | b4033c1 | 2005-11-08 21:42:33 -0800 | [diff] [blame] | 125 | #else |
Mike Travis | b627847 | 2007-10-19 20:35:03 +0200 | [diff] [blame] | 126 | extern unsigned int boot_cpu_id; |
Ashok Raj | b4033c1 | 2005-11-08 21:42:33 -0800 | [diff] [blame] | 127 | #define cpu_physical_id(cpu) boot_cpu_id |
Vojtech Pavlik | c08c820 | 2006-09-26 10:52:28 +0200 | [diff] [blame] | 128 | #endif /* !CONFIG_SMP */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 129 | #endif |
| 130 | |