Module Name: src
Committed By: matt
Date: Wed Dec 22 05:54:56 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: genassym.cf
Log Message:
If the first thing is a conditional item, and it doesn't actually get
defines, genassym get very unhappy. So move an item up so that never
happens.
To generate a diff of this commit:
cvs rdiff -u -r1.44.12.23 -r1.44.12.24 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.23 src/sys/arch/mips/mips/genassym.cf:1.44.12.24
--- src/sys/arch/mips/mips/genassym.cf:1.44.12.23 Mon Aug 16 18:01:13 2010
+++ src/sys/arch/mips/mips/genassym.cf Wed Dec 22 05:54:56 2010
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.44.12.23 2010/08/16 18:01:13 matt Exp $
+# $NetBSD: genassym.cf,v 1.44.12.24 2010/12/22 05:54:56 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -90,11 +90,12 @@
include <mips/pte.h>
include <mips/locore.h>
+define PAGE_SIZE PAGE_SIZE
+
ifdef __HAVE_FAST_SOFTINTS
define __HAVE_FAST_SOFTINTS 1
endif
-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