From e97c4eb342055b24da886b56377dc0093e835b4a Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Fri, 6 Jun 2014 17:30:43 -0500 Subject: [PATCH] ARM: OMAP5 / DRA7: PM: Provide a dummy startup function for CPU hotplug Dont assume that all OMAP4+ code will be able to use OMAP4 hotplug logic. On OMAP5, DRA7, we do not need this in place yet, also, currently the CPU startup pointer is located in omap4_cpu_pm_info instead of cpu_pm_ops. So, isolate the function to hotplug_restart pointer in cpu_pm_ops where it should have belonged, initalize them as per valid startup pointers for OMAP4430/60 as in current logic, however provide dummy_cpu_resume to be the startup location as well. Signed-off-by: Santosh Shilimkar [nm@ti.com: split this out of original code and isolate it] Signed-off-by: Nishanth Menon Reviewed-by: Kevin Hilman Tested-by: Kevin Hilman --- Reading git-format-patch failed