aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-09-23 05:55:10 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-09-23 05:55:10 +0000
commitc692fbe0916c6a95372c311fd2c2b985bce3e3b1 (patch)
tree84738140e3f54dbb6cbf2dc19d7b1c5003ab42ef /sys/amd64
parent155974701d3673f0d56859eb6cb62fa7745a445c (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/fpu.h2
-rw-r--r--sys/amd64/include/npx.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 0b662659cc058..8e0f9bc0036e3 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -113,7 +113,7 @@ struct savexmm {
} sv_fp[8];
struct xmmacc sv_xmm[8];
u_char sv_pad[224];
-} __attribute__((aligned(16)));
+} __aligned(16);
union savefpu {
struct save87 sv_87;
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 0b662659cc058..8e0f9bc0036e3 100644
--- a/sys/amd64/include/npx.h
+++ b/sys/amd64/include/npx.h
@@ -113,7 +113,7 @@ struct savexmm {
} sv_fp[8];
struct xmmacc sv_xmm[8];
u_char sv_pad[224];
-} __attribute__((aligned(16)));
+} __aligned(16);
union savefpu {
struct save87 sv_87;