Module Name: src
Committed By: skrll
Date: Mon Apr 27 08:11:19 UTC 2009
Modified Files:
src/sys/arch/hppa/hppa [nick-hppapmap]: pmap.c
Log Message:
Add a reference.
To generate a diff of this commit:
cvs rdiff -u -r1.43.8.50 -r1.43.8.51 src/sys/arch/hppa/hppa/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/hppa/hppa/pmap.c
diff -u src/sys/arch/hppa/hppa/pmap.c:1.43.8.50 src/sys/arch/hppa/hppa/pmap.c:1.43.8.51
--- src/sys/arch/hppa/hppa/pmap.c:1.43.8.50 Sat Apr 25 15:28:16 2009
+++ src/sys/arch/hppa/hppa/pmap.c Mon Apr 27 08:11:19 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.43.8.50 2009/04/25 15:28:16 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.43.8.51 2009/04/27 08:11:19 skrll Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -60,11 +60,12 @@
* References:
* 1. PA7100LC ERS, Hewlett-Packard, March 30 1999, Public version 1.0
* 2. PA7300LC ERS, Hewlett-Packard, March 18 1996, Version 1.0
- *
+ * 3. PA-RISC 1.1 Architecture and Instruction Set Reference Manual,
+ * Hewlett-Packard, February 1994, Third Edition
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.50 2009/04/25 15:28:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.43.8.51 2009/04/27 08:11:19 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>