patch-2.4.22 linux-2.4.22/include/asm-ia64/fpu.h
Next file: linux-2.4.22/include/asm-ia64/ia32.h
Previous file: linux-2.4.22/include/asm-ia64/bitops.h
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
2003-08-25 04:44:43.000000000 -0700
-  Orig file: 
linux-2.4.21/include/asm-ia64/fpu.h
-  Orig date: 
2000-02-06 18:42:40.000000000 -0800
diff -urN linux-2.4.21/include/asm-ia64/fpu.h linux-2.4.22/include/asm-ia64/fpu.h
@@ -2,8 +2,8 @@
 #define _ASM_IA64_FPU_H
 
 /*
- * Copyright (C) 1998, 1999 Hewlett-Packard Co
- * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
+ * Copyright (C) 1998, 1999, 2002, 2003 Hewlett-Packard Co
+ *	David Mosberger-Tang <davidm@hpl.hp.com>
  */
 
 #include <asm/types.h>
@@ -57,8 +57,9 @@
 struct ia64_fpreg {
 	union {
 		unsigned long bits[2];
+		long double __dummy;	/* force 16-byte alignment */
 	} u;
-} __attribute__ ((aligned (16)));
+};
 
 # endif /* __ASSEMBLY__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)