]> git.baikalelectronics.ru Git - kernel.git/commit
powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init
authorGautham R. Shenoy <ego@linux.vnet.ibm.com>
Wed, 25 Jan 2017 08:36:26 +0000 (14:06 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 30 Jan 2017 21:32:12 +0000 (08:32 +1100)
commit20fcf0649bc75ad583b96911cbf38de2ebc5fa09
treeee757d357837395972d2e2bcb10b39b777a1550d
parent4ba9e948b64800e2d108fe124d4ac90387f8d3e8
powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init

Balbir pointed out that the name of the function pnv_arch300_idle_init
was inconsistent with the names of the variables and functions
pertaining to POWER9 features in book3s_idle.S.

This patch renames pnv_arch300_idle_init to pnv_power9_idle_init.

This patch does not change any behaviour.

Signed-off-by: Gautham R. Shenoy <ego@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powernv/idle.c