Linux Kernel
3.7.1
|
#include <asm/ptrace.h>
#include <linux/types.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/kernel_stat.h>
#include <linux/interrupt.h>
#include <asm/machdep.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/traps.h>
#include <asm/blinken.h>
Go to the source code of this file.
Macros | |
#define | CLOCKBASE 0xf05f8000 |
#define | CLKCR1 0x1 |
#define | CLKCR2 0x3 |
#define | CLKCR3 CLKCR1 |
#define | CLKSR CLKCR2 |
#define | CLKMSB1 0x5 |
#define | CLKMSB2 0x9 |
#define | CLKMSB3 0xD |
#define | USECS_PER_JIFFY (1000000/HZ) |
#define | INTVAL ((10000 / 4) - 1) |
Functions | |
unsigned long | hp300_gettimeoffset (void) |
void __init | hp300_sched_init (irq_handler_t vector) |
void __init hp300_sched_init | ( | irq_handler_t | vector | ) |