linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / binfmt_elf_fdpic.c
index 6201120..c78d839 100644 (file)
@@ -574,7 +574,8 @@ static int create_elf_fdpic_tables(struct linux_binprm *bprm,
        csp -= sizeof(unsigned long);
        __put_user(bprm->argc, (unsigned long *) csp);
 
-       BUG_ON(csp != sp);
+       if (csp != sp)
+               BUG();
 
        /* fill in the argv[] array */
 #ifdef CONFIG_MMU