cputhreads.h (ebb9d30a6a74f4ced5b7d35446ebb6362a724393) | cputhreads.h (d17799f9c10e283cccd4d598d3416e6fac336ab9) |
---|---|
1#ifndef _ASM_POWERPC_CPUTHREADS_H 2#define _ASM_POWERPC_CPUTHREADS_H 3 4#include <linux/cpumask.h> 5 6/* 7 * Mapping of threads to cores 8 * --- 89 unchanged lines hidden (view full) --- 98{ 99#ifdef CONFIG_BOOKE 100 if (cpu_has_feature(CPU_FTR_SMT)) 101 return mfspr(SPRN_TENSR); 102#endif 103 return 1; 104} 105 | 1#ifndef _ASM_POWERPC_CPUTHREADS_H 2#define _ASM_POWERPC_CPUTHREADS_H 3 4#include <linux/cpumask.h> 5 6/* 7 * Mapping of threads to cores 8 * --- 89 unchanged lines hidden (view full) --- 98{ 99#ifdef CONFIG_BOOKE 100 if (cpu_has_feature(CPU_FTR_SMT)) 101 return mfspr(SPRN_TENSR); 102#endif 103 return 1; 104} 105 |
106void book3e_stop_thread(int thread); |
|
106 107#endif /* _ASM_POWERPC_CPUTHREADS_H */ 108 | 107 108#endif /* _ASM_POWERPC_CPUTHREADS_H */ 109 |