Module Name: src
Committed By: matt
Date: Sat Sep 5 03:22:45 UTC 2009
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf
Log Message:
Instead of pulling MIPS_KSEG0_START and friends from cpuregs, put them here.
(asm doesn't constants with appended L)
To generate a diff of this commit:
cvs rdiff -u -r1.44.12.3 -r1.44.12.4 src/sys/arch/mips/mips/genassym.cf
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/genassym.cf
diff -u src/sys/arch/mips/mips/genassym.cf:1.44.12.3 src/sys/arch/mips/mips/genassym.cf:1.44.12.4
--- src/sys/arch/mips/mips/genassym.cf:1.44.12.3 Wed Sep 2 15:55:17 2009
+++ src/sys/arch/mips/mips/genassym.cf Sat Sep 5 03:22:44 2009
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.44.12.3 2009/09/02 15:55:17 matt Exp $
+# $NetBSD: genassym.cf,v 1.44.12.4 2009/09/05 03:22:44 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -90,6 +90,9 @@
include <mips/locore.h>
define PAGE_SIZE PAGE_SIZE
+define MIPS_KSEG0_START MIPS_KSEG0_START
+define MIPS_KSEG1_START MIPS_KSEG1_START
+define MIPS_KSEG2_START MIPS_KSEG2_START
# Important offsets into the lwp and proc structs & associated constants
define L_ADDR offsetof(struct lwp, l_addr)