From: David Daney Date: Wed, 20 May 2009 18:40:59 +0000 (-0700) Subject: MIPS: Fold the TLB refill at the vmalloc path if possible. X-Git-Tag: v2.6.31-rc1~291^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95affdda9bfba0ac17025d48c622e1f30964e316;p=pandora-kernel.git MIPS: Fold the TLB refill at the vmalloc path if possible. Try to fold the 64-bit TLB refill handler opportunistically at the beginning of the vmalloc path so as to avoid splitting execution flow in half and wasting cycles for a branch required at that point then. Resort to doing the split if either of the newly created parts would not fit into its designated slot. Original-patch-by: Maciej W. Rozycki Signed-off-by: Maciej W. Rozycki Signed-off-by: David Daney Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed