linux 2.6.16.38 w/ vs2.0.3-rc1
[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
 {