From e95c2c6db085cb186fd4011317c2b6647a26b954 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Fri, 7 Jun 1996 21:25:18 +0000 Subject: expose a few things for libkvm --- sys/arch/pica/include/cpu.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/pica') 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. * -- cgit v1.2.3