Module Name: src
Committed By: he
Date: Mon Jan 14 10:46:14 UTC 2013
Modified Files:
src/sys/arch/alpha/include: param.h
Log Message:
Copy the ALPHA_PGSHIFT value into the non-_KERNEL branch.
Fixes the build.
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/alpha/include/param.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/alpha/include/param.h
diff -u src/sys/arch/alpha/include/param.h:1.42 src/sys/arch/alpha/include/param.h:1.43
--- src/sys/arch/alpha/include/param.h:1.42 Mon Jan 7 23:40:52 2013
+++ src/sys/arch/alpha/include/param.h Mon Jan 14 10:46:14 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.42 2013/01/07 23:40:52 dsl Exp $ */
+/* $NetBSD: param.h,v 1.43 2013/01/14 10:46:14 he Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -49,6 +49,8 @@
#ifdef _KERNEL
#include <machine/cpu.h>
+#else
+#define ALPHA_PGSHIFT 13
#endif
#define NBPG (1 << ALPHA_PGSHIFT) /* bytes/page */