From 9cf6dbd0db8dd1f46ec0aed430e13c7478fd166d Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 1 Jul 2007 12:19:28 +0000 Subject: Oops! Revert previous commit. --- sys/arch/hppa/include/param.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 06bf6a70c12..59dbc90acea 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.34 2007/07/01 12:14:13 kettenis Exp $ */ +/* $OpenBSD: param.h,v 1.35 2007/07/01 12:19:27 kettenis Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -110,6 +110,14 @@ #define ISHPMMADDR(v) 0 /* XXX ...jef */ #define HPMMBASEADDR(v) ((unsigned)(v) & ~HPMMMASK) #endif + +#ifndef _LOCORE +#define CONADDR conaddr +#define CONUNIT conunit +#define COM_FREQ 7372800 +extern hppa_hpa_t conaddr; +extern int conunit; +#endif #endif #define __SWAP_BROKEN -- cgit v1.2.3