commit | b28efd54d9d5c8005a29cd8782335beb9daaa32d | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Oct 13 17:50:08 2010 -0400 |
committer | James Morris <jmorris@namei.org> | Thu Oct 21 10:12:54 2010 +1100 |
tree | 4b8be3bc7392caa68fa79456e4ec8b8a8fb6eeec | |
parent | 686a0f3d71203bbfcc186900bbb8ac2cfc3d803c [diff] |
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 <akpm@linux-foundation.org> Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>