summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorBrian Gerst2006-01-06 09:12:18 +0100
committerLinus Torvalds2006-01-06 17:33:39 +0100
commit19d534842cc39df1b568722c18f96ae24fb0e136 (patch)
treebf4a0deac286079540f849dff8f8c030e2eba097 /include/asm-i386
parent[PATCH] fix cpu frequency detection in arch/i386/kernel/timers/timer_tsc.c::r... (diff)
downloadkernel-qcow2-linux-19d534842cc39df1b568722c18f96ae24fb0e136.tar.gz
kernel-qcow2-linux-19d534842cc39df1b568722c18f96ae24fb0e136.tar.xz
kernel-qcow2-linux-19d534842cc39df1b568722c18f96ae24fb0e136.zip
[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>
Diffstat (limited to 'include/asm-i386')
-rw-r--r--include/asm-i386/mpspec_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/mpspec_def.h b/include/asm-i386/mpspec_def.h
index a961093dbf88..76feedf85a8a 100644
--- a/include/asm-i386/mpspec_def.h
+++ b/include/asm-i386/mpspec_def.h
@@ -75,7 +75,7 @@ struct mpc_config_bus
{
unsigned char mpc_type;
unsigned char mpc_busid;
- unsigned char mpc_bustype[6] __attribute((packed));
+ unsigned char mpc_bustype[6];
};
/* List of Bus Type string values, Intel MP Spec. */