]> git.baikalelectronics.ru Git - kernel.git/commit
sata_dwc_460ex: disable COMPILE_TEST again
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2015 02:24:57 +0000 (18:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Feb 2015 02:24:57 +0000 (18:24 -0800)
commitbfb7f1068abdc304987ddbc73b4e63a2aab64442
tree130274349574f3abb66ec7bad9ed88bf3d078bfe
parent5e6834480e356af44e5d542cb5a22c77732010a7
sata_dwc_460ex: disable COMPILE_TEST again

Commit ce8c0313b1be ("sata_dwc_460ex: enable COMPILE_TEST for the
driver") enabled this driver for non-ppc460-ex platforms, but it was
then disabled for ARM and ARM64 by commit b3932bb10f9d ("sata_dwc_460ex:
disable compilation on ARM and ARM64") because it's too noisy and
broken.

This disabled is entirely, because it's too noisy on x86-64 too, and
there's no point in disabling architectures one by one.  At a minimum,
the code isn't 64-bit clean, and even on 32-bit it is questionable
whether it makes sense.

Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/ata/Kconfig