Skip to content
Commit 746cdfbf authored by Dean Nelson's avatar Dean Nelson Committed by Jean Delvare
Browse files

hwmon: Avoid building drivers for powerpc that read/write ISA addresses



A modprobe of hwmon drivers that read/write ISA addresses on a powerpc results
in a kernel Oops. These reads/writes are being done via the inb()/in_8() and
outb()/out_8() macros.

Prevent these drivers from being built for powerpc.

Signed-off-by: default avatarDean Nelson <dnelson@redhat.com>
Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
parent 1a67a573
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment