Module Name: src Committed By: cliff Date: Mon Nov 9 10:00:28 UTC 2009
Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf Log Message: - add syms for MIPS_XKPHYS_START, MIPS_XKPHYS_UNCACHED, MIPS_XKPHYS_CCA3, MIPS_XKPHYS_CCA4, MIPS_XKSEG_START. To generate a diff of this commit: cvs rdiff -u -r1.44.12.6 -r1.44.12.7 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.6 src/sys/arch/mips/mips/genassym.cf:1.44.12.7 --- src/sys/arch/mips/mips/genassym.cf:1.44.12.6 Mon Sep 7 21:54:39 2009 +++ src/sys/arch/mips/mips/genassym.cf Mon Nov 9 10:00:28 2009 @@ -1,4 +1,4 @@ -# $NetBSD: genassym.cf,v 1.44.12.6 2009/09/07 21:54:39 matt Exp $ +# $NetBSD: genassym.cf,v 1.44.12.7 2009/11/09 10:00:28 cliff Exp $ # # Copyright (c) 1992, 1993 # The Regents of the University of California. All rights reserved. @@ -93,6 +93,11 @@ define MIPS_KSEG0_START MIPS_KSEG0_START define MIPS_KSEG1_START MIPS_KSEG1_START define MIPS_KSEG2_START MIPS_KSEG2_START +define MIPS_XKPHYS_START MIPS_XKPHYS_START +define MIPS_XKPHYS_UNCACHED MIPS_PHYS_TO_XKPHYS_UNCACHED(0) +define MIPS_XKPHYS_CCA3 MIPS_PHYS_TO_XKPHYS(3, 0) +define MIPS_XKPHYS_CCA4 MIPS_PHYS_TO_XKPHYS(4, 0) +define MIPS_XKSEG_START MIPS_XKSEG_START # Important offsets into the lwp and proc structs & associated constants define L_ADDR offsetof(struct lwp, l_addr) @@ -312,3 +317,4 @@ define CPU_INFO_CURLWP offsetof(struct cpu_info, ci_curlwp) define CPU_INFO_FPCURLWP offsetof(struct cpu_info, ci_fpcurlwp) +