arch/mips/include/asm/r4k-timer.h

Source file repositories/reference/linux-study-clean/arch/mips/include/asm/r4k-timer.h

File Facts

System
Linux kernel
Corpus path
arch/mips/include/asm/r4k-timer.h
Extension
.h
Size
499 bytes
Lines
26
Domain
Architecture Layer
Bucket
arch/mips
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_R4K_TIMER_H
#define __ASM_R4K_TIMER_H

#include <linux/compiler.h>

#ifdef CONFIG_SYNC_R4K

extern void synchronise_count_slave(int cpu);

#else

static inline void synchronise_count_slave(int cpu)
{
}

#endif

#endif /* __ASM_R4K_TIMER_H */

Annotation

Implementation Notes