diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-13 06:45:06 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-13 06:45:06 +0000 |
commit | 382982af15a36d3d2e4b3ba2db33f612e70882e7 (patch) | |
tree | c05e3eaec7751b976d2c4b884431e95a1b224789 | |
parent | 7f51edd5ae340b5cba89a89bfd852f0e86eb407c (diff) |
use PDC_ALIGNMENT; oops
-rw-r--r-- | sys/arch/hppa/stand/libsa/pdc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/pdc.c b/sys/arch/hppa/stand/libsa/pdc.c index 8794fc56849..e497cc290fc 100644 --- a/sys/arch/hppa/stand/libsa/pdc.c +++ b/sys/arch/hppa/stand/libsa/pdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.c,v 1.5 1998/12/13 06:41:43 mickey Exp $ */ +/* $OpenBSD: pdc.c,v 1.6 1998/12/13 06:45:05 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -422,7 +422,7 @@ fall(c_base, c_count, c_loop, c_stride, data) * * This routine is just a wrapper around the real cache flush routine. */ -struct pdc_cache pdc_cacheinfo __attribute__ ((aligned(8))); +struct pdc_cache pdc_cacheinfo PDC_ALIGNMENT; void fcacheall() |