aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/mach/arch.h
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2012-01-12 10:21:31 +0800
committerEric Miao <eric.miao@linaro.org>2012-01-12 10:21:31 +0800
commita48f11ebb784e84f06ddb0e1a181a7379ee8915e (patch)
treee9ba399a0f41633c390a8160c4ec564aae2a0584 /arch/arm/include/asm/mach/arch.h
parent9362902ae4bfa1ee0a67e715b506e19eb980f835 (diff)
parente4ed928467699690d1d67e96961c1f11644174ee (diff)
Merge branch 'topic/lt-3.2-imx6-pm' into lt-3.2-imx6
* topic/lt-3.2-imx6-pm: ARM: 7198/1: arm/imx6: add restart support for imx6q ARM: reset: implement soft_restart for jumping to a physical address ARM: restart: only perform setup for restart when soft-restarting ARM: restart: remove argument to setup_mm_for_reboot() ARM: restart: move reboot failure handing into machine_restart() ARM: restart: add restart hook to machine_desc record ARM: lib: add call_with_stack function for safely changing stack ARM: imx6: remove __CPUINIT annotation from v7_invalidate_l1 ARM: imx6q: add cpu suspend/resume support in IRAM ARM: imx6q: add compatible name of iomuxc tty: serial: imx: Allow UART to be a source for wakeup
Diffstat (limited to 'arch/arm/include/asm/mach/arch.h')
-rw-r--r--arch/arm/include/asm/mach/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach/arch.h b/arch/arm/include/asm/mach/arch.h
index 2b0efc3104a..61ae6bb42c5 100644
--- a/arch/arm/include/asm/mach/arch.h
+++ b/arch/arm/include/asm/mach/arch.h
@@ -46,6 +46,7 @@ struct machine_desc {
#ifdef CONFIG_MULTI_IRQ_HANDLER
void (*handle_irq)(struct pt_regs *);
#endif
+ void (*restart)(char, const char *);
};
/*