]> asedeno.scripts.mit.edu Git - linux.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)
commitdd34c74c97b6c3ed1ac7caec0b46267142659aff
treeee757d357837395972d2e2bcb10b39b777a1550d
parent823b7bd5156a93872d9561b3f033dfe5cb80204e
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