From: Jesse Brandeburg Date: Fri, 15 Dec 2006 09:34:46 +0000 (+0100) Subject: [PATCH] e1000: disable TSO on the 82544 with slab debugging X-Git-Tag: v2.6.20-rc3~56^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f3ab7462f4e153d1e8ac78e379716ad71d6923;p=pandora-kernel.git [PATCH] e1000: disable TSO on the 82544 with slab debugging CONFIG_DEBUG_SLAB changes alignments of the data structures the slab allocators return. These break certain workarounds for TSO on the 82544. Since DEBUG_SLAB is relatively rare and not used for performance sensitive cases, the simplest fix is to disable TSO in this special situation. Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Arjan van de Ven Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed