summaryrefslogtreecommitdiff
path: root/include/linux/kdev_t.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-06-29 05:15:45 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-06-29 05:15:45 -0700
commit7ce2374673c74feb5086ac14d2aa5607632400a8 (patch)
tree7978c75a20a4f2740837d160374f07c6d648d0b2 /include/linux/kdev_t.h
parent4bba626e66930b683d619f15337bc5896178f22e (diff)
[PATCH] x86_64 .init.setup alignment fix
We're now putting 24-byte structures into .init.setup via __setup. But x86_64's compiler is emitting a `.align 16' in there, so they end up on 32-byte boundaries and do_early_param()'s pointer arithmetic goes wrong. Fix that up by forcing the compiler to align these structures to sizeof(long). Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/kdev_t.h')
0 files changed, 0 insertions, 0 deletions