]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/a.out.h
Merge /spare/repo/linux-2.6/
[linux-2.6-omap-h63xx.git] / include / linux / a.out.h
index af8a1dfa5c329dd2dcdbbefc11238e413c3c08a8..f913cc3e1b0da141d273522c751e4003cfc7ec18 100644 (file)
@@ -138,7 +138,7 @@ enum machine_type {
 #endif
 #endif
 
-#define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
+#define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
 
 #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)