From: Haren Myneni Date: Wed, 11 Jul 2012 05:18:44 +0000 (+1000) Subject: powerpc: Disable /dev/port interface on systems without an ISA bridge X-Git-Tag: v3.6-rc1~132^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1612de9e4cdf375c3cf1c72434ab8abdcb3927e;p=pandora-kernel.git powerpc: Disable /dev/port interface on systems without an ISA bridge Some power systems do not have legacy ISA devices. So, /dev/port is not a valid interface on these systems. User level tools such as kbdrate is trying to access the device using this interface which is causing the system crash. This patch will fix this issue by not creating this interface on these powerpc systems. Signed-off-by: Haren Myneni Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed