#include <stdarg.h>
#include <linux/export.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/stddef.h>
#include <linux/unistd.h>
#include <linux/user.h>
#include <linux/delay.h>
#include <linux/reboot.h>
#include <linux/interrupt.h>
#include <linux/kallsyms.h>
#include <linux/init.h>
#include <linux/cpu.h>
#include <linux/elfcore.h>
#include <linux/pm.h>
#include <linux/tick.h>
#include <linux/utsname.h>
#include <linux/uaccess.h>
#include <linux/random.h>
#include <linux/hw_breakpoint.h>
#include <linux/cpuidle.h>
#include <linux/leds.h>
#include <asm/cacheflush.h>
#include <asm/processor.h>
#include <asm/thread_notify.h>
#include <asm/stacktrace.h>
#include <asm/mach/time.h>
Go to the source code of this file.
typedef void(* phys_reset_t)(unsigned long) |
__setup |
( |
"nohlt" |
, |
|
|
nohlt_setup |
|
|
) |
| |
__setup |
( |
"hlt" |
, |
|
|
hlt_setup |
|
|
) |
| |
ATOMIC_NOTIFIER_HEAD |
( |
thread_notify_head |
| ) |
|
EXPORT_SYMBOL_GPL |
( |
thread_notify_head |
| ) |
|