Release 4.11 arch/x86/include/asm/delay.h
#ifndef _ASM_X86_DELAY_H
#define _ASM_X86_DELAY_H
#include <asm-generic/delay.h>
void use_tsc_delay(void);
void use_mwaitx_delay(void);
#endif /* _ASM_X86_DELAY_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 12 | 50.00% | 2 | 40.00% |
Huang Rui | 6 | 25.00% | 1 | 20.00% |
H. Peter Anvin | 3 | 12.50% | 1 | 20.00% |
Jonas Bonn | 3 | 12.50% | 1 | 20.00% |
Total | 24 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.