summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/dev/mem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/mem.c b/sys/arch/hppa/dev/mem.c
index adf21e55986..7dbaf43027a 100644
--- a/sys/arch/hppa/dev/mem.c
+++ b/sys/arch/hppa/dev/mem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mem.c,v 1.7 2002/02/02 21:06:46 mickey Exp $ */
+/* $OpenBSD: mem.c,v 1.8 2002/02/28 22:18:03 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -98,6 +98,8 @@
#include <hppa/dev/cpudevs.h>
#include <hppa/dev/viper.h>
+#define VIPER_HPA 0xfffbf000
+
struct mem_softc {
struct device sc_dev;