From 382982af15a36d3d2e4b3ba2db33f612e70882e7 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 13 Dec 1998 06:45:06 +0000 Subject: use PDC_ALIGNMENT; oops --- sys/arch/hppa/stand/libsa/pdc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') 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() -- cgit v1.2.3