From: Alexander Duyck Date: Fri, 22 Mar 2013 06:01:59 +0000 (+0000) Subject: ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUND X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c78f8515dd4cb9e26040ebb54cf589d21137ee;p=pandora-kernel.git ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUND This patch is meant to be a follow-up for a patch originally submitted under the title "ioat: Do not enable DCA if tag map is invalid". It was brought to my attention that the preferred approach for BIOS workarounds is to set the taint flag for TAINT_FIRMWARE_WORKAROUND for systems that require BIOS workarounds. This change makes it so that the DCA workarounds for broken BIOSes will now use WARN_TAINT_ONCE(1, TAINT_FIRMWARE_WORKAROUND, ...) instead of just printing a message via dev_err. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed