]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: PPC: Book3S PR: Fix broken select due to misspelling
authorUlf Magnusson <ulfalizer@gmail.com>
Mon, 5 Feb 2018 01:21:14 +0000 (02:21 +0100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 8 Feb 2018 05:42:16 +0000 (16:42 +1100)
commit907ee8c52fddcbdcf3bd8de03a7db45333d67533
tree60d7dda85b8f7bdae71ba61afdfae2c219282372
parentd8313cf9933c144eca253f2e72a692a0493e9b44
KVM: PPC: Book3S PR: Fix broken select due to misspelling

Commit cfa347882a6d ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code
on non-pseries platforms") added a reference to the globally undefined
symbol PPC_SERIES. Looking at the rest of the commit, PPC_PSERIES was
probably intended.

Change PPC_SERIES to PPC_PSERIES.

Discovered with the
https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
script.

Fixes: cfa347882a6d ("KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platforms")
Cc: stable@vger.kernel.org # v4.12+
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/kvm/Kconfig