From 1b28083bebb49859fb6d35c67204bafdc7cf101e Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:03:16 -0700 Subject: [PATCH] --- yaml --- r: 89011 b: refs/heads/master c: 708c5662975518eeea04de10cb11075d48636180 h: refs/heads/master i: 89009: 17f9781ceb38088ffe572f027bf787811137d584 89007: e1ffcfe02690f19b7dbdfeabe9df4dc1495465c9 v: v3 --- [refs] | 2 +- trunk/include/asm-x86/proto.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0c76d774a1eb..9db441c28239 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cca2e6f87e3856953503aae2c0b8a1d5628796ef +refs/heads/master: 708c5662975518eeea04de10cb11075d48636180 diff --git a/trunk/include/asm-x86/proto.h b/trunk/include/asm-x86/proto.h index 68563c0709ac..9da46af3b0e9 100644 --- a/trunk/include/asm-x86/proto.h +++ b/trunk/include/asm-x86/proto.h @@ -26,7 +26,7 @@ extern int reboot_force; long do_arch_prctl(struct task_struct *task, int code, unsigned long addr); -#define round_up(x,y) (((x) + (y) - 1) & ~((y)-1)) -#define round_down(x,y) ((x) & ~((y)-1)) +#define round_up(x, y) (((x) + (y) - 1) & ~((y) - 1)) +#define round_down(x, y) ((x) & ~((y) - 1)) #endif