From 185e591533d493e9aa5e937d42e40833936ae6f4 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 8 Aug 2001 04:02:22 +0000 Subject: We do not have UPAGES following the tail end of the user VM space anymore. --- sys/libkern/mcount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index 7480ff3..3fa0854 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -102,7 +102,7 @@ _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ */ if (frompci >= p->textsize) { if (frompci + p->lowpc - >= (uintfptr_t)(VM_MAXUSER_ADDRESS + UPAGES * PAGE_SIZE)) + >= (uintfptr_t)(VM_MAXUSER_ADDRESS)) goto done; frompci = (uintfptr_t)user - p->lowpc; if (frompci >= p->textsize) -- cgit v1.1