summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-07 21:25:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-07 21:25:18 +0000
commite95c2c6db085cb186fd4011317c2b6647a26b954 (patch)
tree857c5d72fb24ceaa943c239f8fd5bc50242b6d72
parent7014e5bd0d857555a6560e877dd1bf45755c2b64 (diff)
expose a few things for libkvm
-rw-r--r--sys/arch/pica/include/cpu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/pica/include/cpu.h b/sys/arch/pica/include/cpu.h
index 8675e596585..881313cfb64 100644
--- a/sys/arch/pica/include/cpu.h
+++ b/sys/arch/pica/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.2 1996/06/06 23:06:35 deraadt Exp $ */
+/* $OpenBSD: cpu.h,v 1.3 1996/06/07 21:25:17 deraadt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -49,8 +49,6 @@
#ifndef _CPU_H_
#define _CPU_H_
-#ifdef _KERNEL
-
#define KUSEG_ADDR 0x0
#define CACHED_MEMORY_ADDR 0x80000000
#define UNCACHED_MEMORY_ADDR 0xa0000000
@@ -66,6 +64,7 @@
#define CODE_START 0x80080000
+#ifdef _KERNEL
/*
* The bits in the cause register.
*