#include <linux/kexec.h>
#include <linux/smp.h>
#include <linux/thread_info.h>
#include <linux/init_task.h>
#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/cpu.h>
#include <asm/page.h>
#include <asm/current.h>
#include <asm/machdep.h>
#include <asm/cacheflush.h>
#include <asm/paca.h>
#include <asm/mmu.h>
#include <asm/sections.h>
#include <asm/prom.h>
#include <asm/smp.h>
#include <asm/hw_breakpoint.h>
Go to the source code of this file.
|
#define | IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE) |
|
#define IND_FLAGS (IND_DESTINATION | IND_INDIRECTION | IND_DONE | IND_SOURCE) |
void default_machine_kexec |
( |
struct kimage * |
image | ) |
|
int default_machine_kexec_prepare |
( |
struct kimage * |
image | ) |
|
late_initcall |
( |
export_htab_values |
| ) |
|