summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-13 06:39:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-13 06:39:11 +0000
commit8fb3ad519bd515a358bb8bfc775495e23c683915 (patch)
treedb91cd021e9236bf3c103937faf6af1adeb5521c /sys/arch/hppa
parentd7cd0fb9630e2b7420ae2181fd77d5840bf09530 (diff)
define PDC arguments alignment
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/pdc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/pdc.h b/sys/arch/hppa/include/pdc.h
index 16ce27ad9c9..76c59f29a2e 100644
--- a/sys/arch/hppa/include/pdc.h
+++ b/sys/arch/hppa/include/pdc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pdc.h,v 1.7 1998/12/05 17:34:04 mickey Exp $ */
+/* $OpenBSD: pdc.h,v 1.8 1998/12/13 06:39:10 mickey Exp $ */
/*
* Copyright (c) 1990 mt Xinu, Inc. All rights reserved.
@@ -91,6 +91,7 @@
#define MINIOSIZ 64 /* minimum buffer size for IODC call */
#define MAXIOSIZ (64 * 1024) /* maximum buffer size for IODC call */
+#define PDC_ALIGNMENT __attribute__ ((aligned(8)))
/*
* The PDC Entry Points and their arguments...