cregit-Linux how code gets into the kernel

Release 4.14 arch/cris/include/asm/delay.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _CRIS_DELAY_H

#define _CRIS_DELAY_H

/*
 * Copyright (C) 1998-2002 Axis Communications AB
 *
 * Delay routines, using a pre-computed "loops_per_second" value.
 */

#include <arch/delay.h>

/* Use only for very small delays ( < 1 msec).  */

extern unsigned long loops_per_usec; /* arch/cris/mm/init.c */

/* May be defined by arch/delay.h. */
#ifndef udelay

static inline void udelay(unsigned long usecs) { __delay(usecs * loops_per_usec); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds1688.89%150.00%
Adrian Bunk211.11%150.00%
Total18100.00%2100.00%

#endif #endif /* defined(_CRIS_DELAY_H) */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds3475.56%337.50%
Jesper Nilsson715.56%225.00%
Adrian Bunk24.44%112.50%
Mikael Starvik12.22%112.50%
Greg Kroah-Hartman12.22%112.50%
Total45100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.