]> git.baikalelectronics.ru Git - kernel.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)
commit3bdd9c74bd617283aa9faf6e36f5f1c31c319101
treebf4a0deac286079540f849dff8f8c030e2eba097
parent7e31f720a4ec36635492a154f72c08c0fe8b0c61
[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