Module Name: src
Committed By: matt
Date: Tue Jun 2 05:10:57 UTC 2015
Modified Files:
src/sys/arch/mips/mips: genassym.cf
Log Message:
Add CPU_INFO_FLAGS / CPUF_PRESENT
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/sys/arch/mips/mips/genassym.cf:1.55
--- src/sys/arch/mips/mips/genassym.cf:1.54 Wed Apr 6 05:38:19 2011
+++ src/sys/arch/mips/mips/genassym.cf Tue Jun 2 05:10:57 2015
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.54 2011/04/06 05:38:19 matt Exp $
+# $NetBSD: genassym.cf,v 1.55 2015/06/02 05:10:57 matt Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -292,7 +292,10 @@ define CPU_INFO_DIVISOR_DELAY offsetof(s
define CPU_INFO_MTX_COUNT offsetof(struct cpu_info, ci_mtx_count)
define CPU_INFO_MTX_OLDSPL offsetof(struct cpu_info, ci_mtx_oldspl)
ifdef MULTIPROCESSOR
+define CPU_INFO_FLAGS offsetof(struct cpu_info, ci_flags)
define CPU_INFO_KSP_TLB_SLOT offsetof(struct cpu_info, ci_ksp_tlb_slot)
+
+define CPUF_PRESENT CPUF_PRESENT
endif
define IPL_NONE IPL_NONE