#include <linux/linkage.h>
#include <linux/init.h>
#include <linux/ds1286.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/notifier.h>
#include <linux/pm.h>
#include <linux/timer.h>
#include <asm/io.h>
#include <asm/irq.h>
#include <asm/reboot.h>
#include <asm/sgialib.h>
#include <asm/sgi/ioc.h>
#include <asm/sgi/hpc3.h>
#include <asm/sgi/mc.h>
#include <asm/sgi/ip22.h>
Go to the source code of this file.
#define MACHINE_PANICED 1 |
#define MACHINE_SHUTTING_DOWN 2 |
#define PANIC_FREQ (HZ / 8) |
#define POWERDOWN_FREQ (HZ / 4) |
#define POWERDOWN_TIMEOUT 120 |