cregit-Linux how code gets into the kernel

Release 4.14 arch/mips/fw/arc/time.c

Directory: arch/mips/fw/arc
/*
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 *
 * Extracting time information from ARCS prom.
 *
 * Copyright (C) 1996 David S. Miller (davem@davemloft.net)
 */
#include <linux/init.h>

#include <asm/fw/arc/types.h>
#include <asm/sgialib.h>


struct linux_tinfo * __init ArcGetTime(VOID) { return (struct linux_tinfo *) ARC_CALL0(get_tinfo); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)1152.38%266.67%
Ralf Bächle1047.62%133.33%
Total21100.00%3100.00%


ULONG __init ArcGetRelativeTime(VOID) { return ARC_CALL0(get_rtime); }

Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)857.14%266.67%
Ralf Bächle642.86%133.33%
Total14100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)2555.56%350.00%
Ralf Bächle1840.00%116.67%
Aurelien Jarno12.22%116.67%
Justin P. Mattock12.22%116.67%
Total45100.00%6100.00%
Directory: arch/mips/fw/arc
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.