cregit-Linux how code gets into the kernel

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

/* 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 Ravnborg39100.00%1100.00%
Total39100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.