From owner-cvs-sys Sat Sep 16 18:46:11 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14350 for cvs-sys-outgoing; Sat, 16 Sep 1995 18:46:11 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14332 ; Sat, 16 Sep 1995 18:46:04 -0700 Date: Sat, 16 Sep 1995 18:46:04 -0700 From: David Greenman Message-Id: <199509170146.SAA14332@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk davidg 95/09/16 18:46:04 Modified: sys/vm vm_glue.c Log: Check the return value from vm_map_pageable() when mapping the process's UPAGES and associated page table page. Panic on error. This is less than optimial and will be fixed in the future, but is better than the old behavior of panicing with a "kernel page directory invalid" in pmap_enter.