From: Michael Ellerman Date: Thu, 17 Jul 2008 07:17:51 +0000 (+1000) Subject: powerpc: Add a #define for aligning to a long-sized boundary X-Git-Tag: v2.6.27-rc1~865^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a2a24bb755405d5311efaaed865042477b26f30;p=pandora-kernel.git powerpc: Add a #define for aligning to a long-sized boundary Add a #define for aligning to a long-sized boundary. It would be nice to use sizeof(long) for this, but that requires generating the value with asm-offsets.c, and asm-offsets.c includes asm-compat.h and we descend into some sort of recursive include hell. Signed-off-by: Michael Ellerman Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed