Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/powerpc/oea/pmap_kernel.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/powerpc/oea/pmap_kernel.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7.2.1 retrieving revision 1.8 diff -u -p -r1.7.2.1 -r1.8 --- src/sys/arch/powerpc/oea/pmap_kernel.c 2011/06/23 14:19:33 1.7.2.1 +++ src/sys/arch/powerpc/oea/pmap_kernel.c 2011/06/20 08:07:03 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_kernel.c,v 1.7.2.1 2011/06/23 14:19:33 cherry Exp $ */ +/* $NetBSD: pmap_kernel.c,v 1.8 2011/06/20 08:07:03 matt Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. * All rights reserved. @@ -30,7 +30,7 @@ #include -__KERNEL_RCSID(1, "$NetBSD: pmap_kernel.c,v 1.7.2.1 2011/06/23 14:19:33 cherry Exp $"); +__KERNEL_RCSID(1, "$NetBSD: pmap_kernel.c,v 1.8 2011/06/20 08:07:03 matt Exp $"); #include "opt_ddb.h" #include "opt_pmap.h"