From: Haavard Skinnemoen Date: Wed, 14 Mar 2007 12:59:13 +0000 (+0100) Subject: [AVR32] Optimize the TLB miss handler X-Git-Tag: v2.6.22-rc1~1131^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0c3e81608fc300027f2131e351e67ab118cf24c;p=pandora-kernel.git [AVR32] Optimize the TLB miss handler Reorder some instructions and change the register usage to reduce the number of pipeline stalls. Also use the bfextu and bfins instructions for bitfield manipulations instead of shifting and masking. This makes gzipping a 80MB file approximately 2% faster. Signed-off-by: Haavard Skinnemoen --- Reading git-diff-tree failed