Release 4.14 arch/x86/include/asm/delay.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 48.00% | 2 | 33.33% |
Huang Rui | 6 | 24.00% | 1 | 16.67% |
Jonas Bonn | 3 | 12.00% | 1 | 16.67% |
H. Peter Anvin | 3 | 12.00% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 16.67% |
Total | 25 | 100.00% | 6 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.