cregit-Linux how code gets into the kernel

Release 4.10 arch/x86/boot/compressed/cpuflags.c

#ifdef CONFIG_RANDOMIZE_BASE

#include "../cpuflags.c"


bool has_cpuflag(int flag) { get_cpuflags(); return test_bit(flag, cpu.flags); }

Contributors

PersonTokensPropCommitsCommitProp
kees cookkees cook2095.24%150.00%
h. peter anvinh. peter anvin14.76%150.00%
Total21100.00%2100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
kees cookkees cook2896.55%150.00%
h. peter anvinh. peter anvin13.45%150.00%
Total29100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.