Release 4.10 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 | thomas gleixner | 12 | 50.00% | 2 | 40.00% |
huang rui | huang rui | 6 | 25.00% | 1 | 20.00% |
jonas bonn | jonas bonn | 3 | 12.50% | 1 | 20.00% |
h. peter anvin | h. peter anvin | 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.