diff options
author | 2001-12-06 19:27:44 +0000 | |
---|---|---|
committer | 2001-12-06 19:27:44 +0000 | |
commit | 699c423e31ffa2bfe8055439344fda343e2b9ebf (patch) | |
tree | 9acca604fe4d667d97b4e42e8663fb6c99401bcd | |
parent | Sprinkle pmap_update() calls (based on NetBSD) (diff) | |
download | wireguard-openbsd-699c423e31ffa2bfe8055439344fda343e2b9ebf.tar.xz wireguard-openbsd-699c423e31ffa2bfe8055439344fda343e2b9ebf.zip |
fix typo I introduced during ksyms addition
-rw-r--r-- | sys/arch/hp300/hp300/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/hp300/locore.s b/sys/arch/hp300/hp300/locore.s index fd79675d131..d1509f04e6c 100644 --- a/sys/arch/hp300/hp300/locore.s +++ b/sys/arch/hp300/hp300/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.31 2001/09/19 21:32:56 miod Exp $ */ +/* $OpenBSD: locore.s,v 1.32 2001/12/06 19:27:44 millert Exp $ */ /* $NetBSD: locore.s,v 1.91 1998/11/11 06:41:25 thorpej Exp $ */ /* @@ -380,7 +380,7 @@ Lstart2: movl d1,a0@ | and physmem /* configure kernel and proc0 VA space so we can get going */ -#if defined(DDB) || NSYMS > 0 +#if defined(DDB) || NKSYMS > 0 RELOC(esym,a0) | end of static kernel test/data/syms movl a0@,d5 jne Lstart3 |