]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
committerTim Gardner <tim.gardner@canonical.com>
Tue, 21 Feb 2017 14:33:36 +0000 (07:33 -0700)
commit16f095a8854c81b475a082be007e5533cae8a1af
treee293f7fba5fd4c5b4f0eaac86793feb4da75768b
parent407ac19b95fdeb1baef06ecef89cd1e02f9e2103
powernv:stop: Rename pnv_arch300_idle_init to pnv_power9_idle_init

BugLink: http://bugs.launchpad.net/bugs/1666197
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>
(cherry picked from linux-next commit dd34c74c97b6c3ed1ac7caec0b46267142659aff)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/powerpc/platforms/powernv/idle.c