Module Name:    src
Committed By:   skrll
Date:           Tue Apr 28 13:20:06 UTC 2009

Modified Files:
        src/sys/arch/hp700/hp700 [nick-hppapmap]: machdep.c

Log Message:
Turn the BTLB stuff off for now.


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.16 -r1.48.4.17 src/sys/arch/hp700/hp700/machdep.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/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.48.4.16 src/sys/arch/hp700/hp700/machdep.c:1.48.4.17
--- src/sys/arch/hp700/hp700/machdep.c:1.48.4.16	Tue Apr 28 07:34:02 2009
+++ src/sys/arch/hp700/hp700/machdep.c	Tue Apr 28 13:20:06 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.48.4.16 2009/04/28 07:34:02 skrll Exp $	*/
+/*	$NetBSD: machdep.c,v 1.48.4.17 2009/04/28 13:20:06 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.48.4.16 2009/04/28 07:34:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.48.4.17 2009/04/28 13:20:06 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -728,6 +728,7 @@
 			usebtlb = 1;
 		}
 	}
+	usebtlb = 0;
 
 	error = pdc_call((iodcio_t)pdc, 0, PDC_TLB, PDC_TLB_INFO, &pdc_hwtlb);
 	if (error == 0 && pdc_hwtlb.min_size != 0 && pdc_hwtlb.max_size != 0) {

Reply via email to