]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
powerpc: Update cpu_user_features2 in scan_features()
authorAnton Blanchard <anton@samba.org>
Fri, 15 Apr 2016 02:07:24 +0000 (12:07 +1000)
committerKamal Mostafa <kamal@canonical.com>
Mon, 16 May 2016 17:25:49 +0000 (10:25 -0700)
commit3bd5d66136b47010f9053edd0c32171dfac528f9
tree22853284586e0785574cdf1101db053687569871
parent93f3806b51ad09fa6b7d394a2c820e4de2e4d0e2
powerpc: Update cpu_user_features2 in scan_features()

BugLink: http://bugs.launchpad.net/bugs/1578798
commit beff82374b259d726e2625ec6c518a5f2613f0ae upstream.

scan_features() updates cpu_user_features but not cpu_user_features2.

Amongst other things, cpu_user_features2 contains the user TM feature
bits which we must keep in sync with the kernel TM feature bit.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
arch/powerpc/kernel/prom.c