arch/arc/include/asm/timex.h

Source file repositories/reference/linux-study-clean/arch/arc/include/asm/timex.h

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/timex.h
Extension
.h
Size
362 bytes
Lines
16
Domain
Architecture Layer
Bucket
arch/arc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _ASM_ARC_TIMEX_H
#define _ASM_ARC_TIMEX_H

#define CLOCK_TICK_RATE	80000000 /* slated to be removed */

#include <asm-generic/timex.h>

/* XXX: get_cycles() to be implemented with RTSC insn */

#endif /* _ASM_ARC_TIMEX_H */

Annotation

Implementation Notes