cregit-Linux how code gets into the kernel

Release 4.10 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
pre-gitpre-git1152.38%266.67%
ralf baechleralf baechle1047.62%133.33%
Total21100.00%3100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git857.14%266.67%
ralf baechleralf baechle642.86%133.33%
Total14100.00%3100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
pre-gitpre-git2555.56%350.00%
ralf baechleralf baechle1840.00%116.67%
justin mattockjustin mattock12.22%116.67%
aurelien jarnoaurelien jarno12.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.