Module Name: src
Committed By: skrll
Date: Sun Mar 7 08:44:28 UTC 2010
Modified Files:
src/sys/arch/hp700/include: cpu.h
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/hp700/include/cpu.h
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/hp700/include/cpu.h
diff -u src/sys/arch/hp700/include/cpu.h:1.38 src/sys/arch/hp700/include/cpu.h:1.39
--- src/sys/arch/hp700/include/cpu.h:1.38 Sat Mar 6 21:22:42 2010
+++ src/sys/arch/hp700/include/cpu.h Sun Mar 7 08:44:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.38 2010/03/06 21:22:42 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.39 2010/03/07 08:44:28 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -157,15 +157,19 @@
*/
#if defined(HP8000_CPU) || defined(HP8200_CPU) || \
defined(HP8500_CPU) || defined(HP8600_CPU)
+
/* PA2.0 aliases */
#define HPPA_PGALIAS 0x00400000
#define HPPA_PGAMASK 0xffc00000 /* PA bits 0-9 not used in index */
#define HPPA_PGAOFF 0x003fffff
+
#else
+
/* PA1.x aliases */
#define HPPA_PGALIAS 0x00100000
#define HPPA_PGAMASK 0xfff00000 /* PA bits 0-11 not used in index */
#define HPPA_PGAOFF 0x000fffff
+
#endif
#define HPPA_SPAMASK 0xf0f0f000 /* PA bits 0-3,8-11,16-19 not used */