akpm@xxxxxxxxxxxxxxxxxxxx writes: > diff -puN arch/powerpc/boot/page.h~page_align-correctly-handle-64-bit-values-on-32-bit-architectures arch/powerpc/boot/page.h > --- a/arch/powerpc/boot/page.h~page_align-correctly-handle-64-bit-values-on-32-bit-architectures > +++ a/arch/powerpc/boot/page.h > @@ -28,7 +28,4 @@ > /* align addr on a size boundary - adjust address up if needed */ > #define _ALIGN(addr,size) _ALIGN_UP(addr,size) > > -/* to align the pointer to the (next) page boundary */ > -#define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE) > - > #endif /* _PPC_BOOT_PAGE_H */ NAK to this part, because arch/powerpc/boot is a separate program and doesn't use headers from include/asm or include/linux, hence this change will leave the bootwrapper without a definition of PAGE_ALIGN. Paul. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html