cregit-Linux how code gets into the kernel

Release 4.14 arch/sparc/include/asm/delay_64.h

/* SPDX-License-Identifier: GPL-2.0 */
/* delay.h: Linux delay routines on sparc64.
 *
 * Copyright (C) 1996, 2004, 2007 David S. Miller (davem@davemloft.net).
 */

#ifndef _SPARC64_DELAY_H

#define _SPARC64_DELAY_H

#ifndef __ASSEMBLY__

void __delay(unsigned long loops);
void udelay(unsigned long usecs);

#define mdelay(n)	udelay((n) * 1000)

#endif /* !__ASSEMBLY__ */

#endif /* _SPARC64_DELAY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Sam Ravnborg3997.50%150.00%
Greg Kroah-Hartman12.50%150.00%
Total40100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.