#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 | kevin hao | 32 | 100.00% | 1 | 100.00% |
| Total | 32 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| kevin hao | kevin hao | 61 | 70.11% | 1 | 50.00% |
| aneesh kumar | aneesh kumar | 26 | 29.89% | 1 | 50.00% |
| Total | 87 | 100.00% | 2 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| kevin hao | kevin hao | 17 | 100.00% | 1 | 100.00% |
| Total | 17 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| kevin hao | kevin hao | 152 | 84.92% | 3 | 60.00% |
| aneesh kumar | aneesh kumar | 26 | 14.53% | 1 | 20.00% |
| michael ellerman | michael ellerman | 1 | 0.56% | 1 | 20.00% |
| Total | 179 | 100.00% | 5 | 100.00% |