]> git.karo-electronics.de Git - mv-sheeva.git/commit
[RBTREE] Add explicit alignment to sizeof(long) for struct rb_node.
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 21 Apr 2006 22:15:39 +0000 (23:15 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 21 Apr 2006 22:15:39 +0000 (23:15 +0100)
commite977145aeaad23d443686f2a2d5b32800d1607c5
tree99b066ca9933aef27778b62e3f783d55592ba9e2
parent55a981027fc393c86de2c4e7836c9515088a9a58
[RBTREE] Add explicit alignment to sizeof(long) for struct rb_node.

Seems like a strange requirement, but allegedly it was necessary for
struct address_space on CRIS, because it otherwise ended up being only
byte-aligned. It's harmless enough, and easier to just do it than to
prove it isn't necessary... although I really ought to dig out my etrax
board and test it some time.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/linux/rbtree.h