commit | 6a2a24bb755405d5311efaaed865042477b26f30 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Jul 17 17:17:51 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 22 10:39:34 2008 +1000 |
tree | ec40f3888c588438a0fbad72fb4cffb75b068efd | |
parent | 67260ac9a397eb7c9e2980be2865912d3840b042 [diff] |
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 <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>