From: Viktor Rosendahl Date: Thu, 11 Sep 2008 16:20:36 +0000 (+0300) Subject: lowmem: remove an unecessary local variable X-Git-Tag: v2.6.27-omap1~203 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0160ff8ee5f7a11f6008e560c9fb7137b069797;p=pandora-kernel.git lowmem: remove an unecessary local variable This "changed" variable is kind of deprecated. We used to have a spinlock [which was later deemed unecessary] around the first if clause in the *_watermark_state() functions; the variable was needed in order to move the operation in the second if clause out of the lock section. Signed-off-by: Viktor Rosendahl Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed