aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/mpspec_def.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-15 12:21:12 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-02-15 12:21:12 +0100
commit5faf6b2ae30f2ca26d8e7c4b4755d369f8ffc69c (patch)
tree4ab37941adfecf210b02f1609348791910894abe /xen/include/asm-x86/mpspec_def.h
parent299db04285c07d09bd8500beed5cbc9d487a8bd9 (diff)
downloadxen-5faf6b2ae30f2ca26d8e7c4b4755d369f8ffc69c.tar.gz
xen-5faf6b2ae30f2ca26d8e7c4b4755d369f8ffc69c.tar.bz2
xen-5faf6b2ae30f2ca26d8e7c4b4755d369f8ffc69c.zip
Fix x86/64 build for gcc-4.1-pre.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/mpspec_def.h')
-rw-r--r--xen/include/asm-x86/mpspec_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/mpspec_def.h b/xen/include/asm-x86/mpspec_def.h
index 902c030f7f..d348eb73ad 100644
--- a/xen/include/asm-x86/mpspec_def.h
+++ b/xen/include/asm-x86/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. */