From: Aaro Koskinen Date: Mon, 8 Sep 2014 15:25:41 +0000 (+0300) Subject: MIPS: Octeon: Delete potentially dangerous feature checks X-Git-Tag: omap-for-v3.19/fixes-rc1~122^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aa16510bffcbd5a1d0c3aa16b05137ac90f58cb;p=pandora-kernel.git MIPS: Octeon: Delete potentially dangerous feature checks We should not need to read fuses during normal operation, also the current code has issues with that (not safe for concurrent access). Since there are no in-kernel users for these, just delete them. Drivers should not need such OCTEON_HAS_FEATURE mechanism in any case, instead the information should be passed via device tree. Signed-off-by: Aaro Koskinen Cc: David Daney Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7665/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed