Module Name:    src
Committed By:   matt
Date:           Mon Sep  7 22:29:19 UTC 2009

Modified Files:
        src/sys/arch/mips/mips [matt-nb5-mips64]: locore_mips1.S

Log Message:
Use VM_MIN_KERNEL_ADDRESS instead of MIPS_KSEG2_START


To generate a diff of this commit:
cvs rdiff -u -r1.64.26.1.2.1 -r1.64.26.1.2.2 \
    src/sys/arch/mips/mips/locore_mips1.S

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/mips/mips/locore_mips1.S
diff -u src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1.2.1 src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1.2.2
--- src/sys/arch/mips/mips/locore_mips1.S:1.64.26.1.2.1	Thu Aug 20 22:37:16 2009
+++ src/sys/arch/mips/mips/locore_mips1.S	Mon Sep  7 22:29:19 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: locore_mips1.S,v 1.64.26.1.2.1 2009/08/20 22:37:16 matt Exp $	*/
+/*	$NetBSD: locore_mips1.S,v 1.64.26.1.2.2 2009/09/07 22:29:19 matt Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -1115,7 +1115,7 @@
 	lw	a1, L_MD_UPTE_0(a0)		# a1 = upte[0]
 	lw	a2, L_MD_UPTE_1(a0)		# a2 = upte[1]
 	lw	s0, L_ADDR(a0)			# va = l->l_addr
-	li	s2, MIPS_KSEG2_START
+	li	s2, VM_MIN_KERNEL_ADDRESS
 	blt	s0, s2, resume
 	nop
 

Reply via email to