Searched hist:"2 c49195b6aedd21ff1cd1e095fab9866fba3411b" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-rtc.c | diff 2c49195b6aedd21ff1cd1e095fab9866fba3411b Fri Nov 29 04:22:48 CET 2013 Michael Neuling <mikey@neuling.org> powernv: Remove get/set_rtc_time when they are not present
Currently we continue to poll get/set_rtc_time even when we know they are not working.
This changes it so that if it fails at boot time we remove the ppc_md get/set_rtc_time hooks so that we don't end up polling known broken calls.
Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
|