diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-17 22:29:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-17 22:29:20 +0000 |
commit | bec26b1c364de7b2cec74f943ec9f1f98b2a9db3 (patch) | |
tree | f86cde93f6f1e4041c7e50e3c99bb5482a4635c5 /sys/arch/hppa | |
parent | 9f1f8911c8b96544e3e49d50c387a93f3836c020 (diff) |
no more break.h
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/locore.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/locore.S b/sys/arch/hppa/hppa/locore.S index 9bd2128cca0..cbb906a6f62 100644 --- a/sys/arch/hppa/hppa/locore.S +++ b/sys/arch/hppa/hppa/locore.S @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.S,v 1.3 1999/01/20 19:32:02 mickey Exp $ */ +/* $OpenBSD: locore.S,v 1.4 1999/02/17 22:29:19 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -60,7 +60,6 @@ #include <machine/asm.h> #include <machine/psl.h> #include <machine/trap.h> -#include <machine/break.h> #include <machine/iomod.h> #include <machine/pdc.h> #include <machine/intr.h> |