From: Eric Paris Date: Wed, 13 Oct 2010 21:50:08 +0000 (-0400) Subject: kernel: roundup should only reference arguments once X-Git-Tag: v2.6.37-rc1~218^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b28efd54d9d5c8005a29cd8782335beb9daaa32d;p=pandora-kernel.git kernel: roundup should only reference arguments once Currently the roundup macro references it's arguments more than one time. This patch changes it so it will only use its arguments once. Suggested-by: Andrew Morton Signed-off-by: Eric Paris Signed-off-by: James Morris --- Reading git-diff-tree failed