]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] mpspec: remove unneeded packed attribute
authorBrian Gerst <bgerst@didntduck.org>
Fri, 6 Jan 2006 08:12:18 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:39 +0000 (08:33 -0800)
commit19d534842cc39df1b568722c18f96ae24fb0e136
treebf4a0deac286079540f849dff8f8c030e2eba097
parentbcf0f0d233fc76e7c59c7f731caad555428d0e8d
[PATCH] mpspec: remove unneeded packed attribute

GCC 4.1 gives the following warning: include/asm/mpspec.h:79: warning:
`packed' attribute ignored for field of type `unsigned char'

The packed attribute isn't really necessary anyways so just remove it.

Signed-off-by: Brian Gerst <bgerst@didntduck.org>
Acked-by: Dave Jones <davej@codemonkey.org.uk>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-i386/mpspec_def.h
include/asm-x86_64/mpspec.h