Merge branch 'restart' into for-linus

Conflicts:
	arch/arm/mach-exynos/cpu.c

The changes to arch/arm/mach-exynos/cpu.c were moved to
mach-exynos/common.c.
此提交包含在:
Russell King
2012-01-05 13:25:15 +00:00
當前提交 7b9dd47136
共有 592 個檔案被更改,包括 3091 行新增5517 行删除

查看文件

@@ -34,6 +34,4 @@ static inline void arch_idle(void)
asm volatile ("mcr p15, 0, ip, c15, c1, 2" : : : "cc");
}
#define arch_reset(mode, cmd) soft_restart(0x80000000)
#endif