Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/irqflags.h>
#include <linux/cpumask.h>
#include <asm/r4k-timer.h>
#include <linux/atomic.h>
#include <asm/barrier.h>
#include <asm/mipsregs.h>
Go to the source code of this file.
Macros | |
#define | COUNTON 100 |
#define | NR_LOOPS 5 |
Functions | |
void __cpuinit | synchronise_count_master (int cpu) |
void __cpuinit | synchronise_count_slave (int cpu) |
#define COUNTON 100 |
Definition at line 28 of file sync-r4k.c.
#define NR_LOOPS 5 |
Definition at line 29 of file sync-r4k.c.
Definition at line 31 of file sync-r4k.c.
Definition at line 109 of file sync-r4k.c.