Revision 1f1936ff3febf38d582177ea319eaa278f32c91f authored by Benjamin Herrenschmidt on 20 January 2011, 20:35:23 UTC, committed by Benjamin Herrenschmidt on 07 February 2011, 01:57:11 UTC
Some of those functions try to adjust the CPU features, for example
to remove NAP support on some revisions. However, they seem to use
r5 as an index into the CPU table entry, which might have been right
a long time ago but no longer is. r4 is the right register to use.

This probably caused some off behaviours on some PowerMac variants
using 750cx or 7455 processor revisions.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: stable@kernel.org
1 parent af9eef3
History
File Mode Size
masters
slaves
Kconfig -rw-r--r-- 972 bytes
Makefile -rw-r--r-- 163 bytes
w1.c -rw-r--r-- 25.5 KB
w1.h -rw-r--r-- 6.2 KB
w1_family.c -rw-r--r-- 3.0 KB
w1_family.h -rw-r--r-- 1.7 KB
w1_int.c -rw-r--r-- 6.2 KB
w1_int.h -rw-r--r-- 1.1 KB
w1_io.c -rw-r--r-- 10.4 KB
w1_log.h -rw-r--r-- 1.1 KB
w1_netlink.c -rw-r--r-- 9.7 KB
w1_netlink.h -rw-r--r-- 1.6 KB

back to top