diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 00:33:48 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 00:33:48 +0000 |
commit | 9ec6fc88cd590b8aea78b6de43999e5e53f2b0d5 (patch) | |
tree | c645e104369741bf5a0f66f143570c7310256d7d /sys/arch/alpha | |
parent | cea9b12525fdd9c175f2141eacfcb1a79cc56fe5 (diff) |
This file was just a placeholder required for kern_exit_43.c to compile.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/psl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/arch/alpha/include/psl.h b/sys/arch/alpha/include/psl.h deleted file mode 100644 index e37308e86bf..00000000000 --- a/sys/arch/alpha/include/psl.h +++ /dev/null @@ -1,10 +0,0 @@ -/* $OpenBSD: psl.h,v 1.6 1996/10/30 22:39:22 niklas Exp $ */ -/* $NetBSD: psl.h,v 1.6 1996/07/09 00:37:51 cgd Exp $ */ - -/* - * Everything which would be defined here is defined in - * alpha_cpu.h, and this file is no longer necessary for the - * Alpha. However, some machine-independent code (e.g. - * /sys/compat/common/kern_exit_43.c) still wants a file with - * this name to be around. - */ |