diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-06-10 00:12:16 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-06-10 00:12:16 +0000 |
commit | f7d6d89cb8589b3578ec61958687a446570db823 (patch) | |
tree | 8ae861713642f955b8da624990ea367860d30f68 /sys/arch | |
parent | d82c99e0b54922e06c5b2bd6051e5d958605cddb (diff) |
argh, no last minute changes...
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/powerpc/pmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c index 1e9ecdc44f5..cd3b65f1b6b 100644 --- a/sys/arch/powerpc/powerpc/pmap.c +++ b/sys/arch/powerpc/powerpc/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.69 2002/06/10 00:06:47 drahn Exp $ */ +/* $OpenBSD: pmap.c,v 1.70 2002/06/10 00:12:15 drahn Exp $ */ /* * Copyright (c) 2001, 2002 Dale Rahn. All rights reserved. @@ -1304,7 +1304,7 @@ pmap_bootstrap(u_int kernelstart, u_int kernelend) bzero((void *)mp->start, mp->size); } -#ifdef HTABENTS +#ifndef HTABENTS #define HTABENTS 1024 #endif pmap_ptab_cnt = HTABENTS; |