From: Michael Barkowski Date: Fri, 13 Apr 2007 06:26:15 +0000 (-0500) Subject: ucc_geth: Fix interrupt coalescing size and alignment X-Git-Tag: v2.6.22-rc1~1110^2~25 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7563907eb8aad8f15b6a39fa6d863c091d83ef48;p=pandora-kernel.git ucc_geth: Fix interrupt coalescing size and alignment The rx interrupt coalescing table alignment was "guessed" to be 4, but should be 64. The size should be 8 * number of queues + 4. Verified in the MPC8323E manual. Signed-off-by: Michael Barkowski Signed-off-by: Kim Phillips Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed