https://github.com/torvalds/linux
Revision 4d6c51b107cc73b15a377224549aa5593f90df89 authored by Michael Ellerman on 22 November 2017, 12:17:01 UTC, committed by Michael Ellerman on 22 November 2017, 12:17:01 UTC
I got the logic wrong in the DT CPU features code when I added the
Power9 DD2.1 feature. We should be setting the bit if we detect a
DD2.1, not clearing it if we detect a DD2.0.

This code isn't actually exercised at the moment so nothing is
actually broken.

Fixes: 3ffa9d9e2a7c ("powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 feature")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 73ce9ae
History
Tip revision: 4d6c51b107cc73b15a377224549aa5593f90df89 authored by Michael Ellerman on 22 November 2017, 12:17:01 UTC
powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features
Tip revision: 4d6c51b
File Mode Size
Kconfig -rw-r--r-- 59.0 KB
Makefile -rw-r--r-- 1.2 KB
calibrate.c -rw-r--r-- 8.5 KB
do_mounts.c -rw-r--r-- 14.6 KB
do_mounts.h -rw-r--r-- 1.1 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 8.2 KB
do_mounts_rd.c -rw-r--r-- 8.3 KB
init_task.c -rw-r--r-- 802 bytes
initramfs.c -rw-r--r-- 14.0 KB
main.c -rw-r--r-- 26.6 KB
noinitramfs.c -rw-r--r-- 1.5 KB
version.c -rw-r--r-- 1.2 KB

back to top