From: Kumar Gala Date: Wed, 20 Feb 2008 05:28:18 +0000 (-0800) Subject: [LMB]: Fix lmb_add_region if region should be added at the head X-Git-Tag: v2.6.26-rc1~1125^2~157^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b20dad1c4cc0fd13ceca62fbab808919e1a7ea;p=pandora-kernel.git [LMB]: Fix lmb_add_region if region should be added at the head We introduced a bug in fixing lmb_add_region to handle an initial region being non-zero. Before that fix it was impossible to insert a region at the head of the list since the first region always started at zero. Now that its possible for the first region to be non-zero we need to check to see if the new region should be added at the head and if so actually add it. Signed-off-by: Kumar Gala Signed-off-by: David S. Miller --- Reading git-diff-tree failed