Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / mips / kernel / irixelf.c
index ab12c8f..10d3644 100644 (file)
@@ -999,6 +999,8 @@ static inline int maydump(struct vm_area_struct *vma)
        return 1;
 }
 
+#define roundup(x, y)  ((((x)+((y)-1))/(y))*(y))
+
 /* An ELF note in memory. */
 struct memelfnote
 {