#ifndef __ASM_POWERPC_CPUFEATURES_H #define __ASM_POWERPC_CPUFEATURES_H #ifndef __ASSEMBLY__ #include <linux/bug.h> #include <asm/cputable.h>
static inline bool early_cpu_has_feature(unsigned long feature) { return !!((CPU_FTRS_ALWAYS & feature) || (CPU_FTRS_POSSIBLE & cur_cpu_spec->cpu_features & feature)); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kevin Hao | 32 | 100.00% | 1 | 100.00% |
Total | 32 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kevin Hao | 61 | 65.59% | 1 | 33.33% |
Aneesh Kumar K.V | 26 | 27.96% | 1 | 33.33% |
Michael Ellerman | 6 | 6.45% | 1 | 33.33% |
Total | 93 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kevin Hao | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kevin Hao | 152 | 82.16% | 3 | 50.00% |
Aneesh Kumar K.V | 26 | 14.05% | 1 | 16.67% |
Michael Ellerman | 7 | 3.78% | 2 | 33.33% |
Total | 185 | 100.00% | 6 | 100.00% |