Module Name: src Committed By: chuck Date: Tue Feb 1 20:20:19 UTC 2011
Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: remove no-longer-valid wustl email address for me. no functional change with this commit. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/arch/x86/x86/pmap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/x86/x86/pmap.c diff -u src/sys/arch/x86/x86/pmap.c:1.114 src/sys/arch/x86/x86/pmap.c:1.115 --- src/sys/arch/x86/x86/pmap.c:1.114 Tue Feb 1 20:19:32 2011 +++ src/sys/arch/x86/x86/pmap.c Tue Feb 1 20:20:19 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.114 2011/02/01 20:19:32 chuck Exp $ */ +/* $NetBSD: pmap.c,v 1.115 2011/02/01 20:20:19 chuck Exp $ */ /* * Copyright (c) 2007 Manuel Bouyer. @@ -116,7 +116,7 @@ /* * pmap.c: i386 pmap module rewrite - * Chuck Cranor <ch...@ccrc.wustl.edu> + * Chuck Cranor <chuck@netbsd> * 11-Aug-97 * * history of this pmap module: in addition to my own input, i used @@ -142,7 +142,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.114 2011/02/01 20:19:32 chuck Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.115 2011/02/01 20:20:19 chuck Exp $"); #include "opt_user_ldt.h" #include "opt_lockdebug.h"