Re: [PATCH] Make system_reset_pSeries relocatable
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-27 10:01:28
From: Balbir Singh <bsingharora@gmail.com>
Date: 2016-07-27 10:01:28
On Wed, Jul 27, 2016 at 7:53 PM, Benjamin Herrenschmidt [off-list ref] wrote:
On Wed, 2016-07-27 at 17:32 +1000, Balbir Singh wrote:quoted
From: Balbir Singh <bsingharora@gmail.com> Currently the power management bits are broken w.r.t. relocation. There are direct branches from system_reset_pSeries to power7_wakeup_*.Side track: we should really get rid of the _pSeries suffix for these things :-)
I thought about it, but then thought it would need more auditing across places and hence held back. I'll be happy to send another patch to remove _pSeries from the exception-64s.S to begin with as a follow up Balbir