Module Name: src
Committed By: cliff
Date: Fri Jan 7 00:16:05 UTC 2011
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpucorevar.h
Log Message:
- add sc_hatched flag to the cpucore softc
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mips/rmi/rmixl_cpucorevar.h
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/rmi/rmixl_cpucorevar.h
diff -u src/sys/arch/mips/rmi/rmixl_cpucorevar.h:1.1.2.3 src/sys/arch/mips/rmi/rmixl_cpucorevar.h:1.1.2.4
--- src/sys/arch/mips/rmi/rmixl_cpucorevar.h:1.1.2.3 Tue Apr 13 18:15:16 2010
+++ src/sys/arch/mips/rmi/rmixl_cpucorevar.h Fri Jan 7 00:16:05 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixl_cpucorevar.h,v 1.1.2.3 2010/04/13 18:15:16 cliff Exp $ */
+/* $NetBSD: rmixl_cpucorevar.h,v 1.1.2.4 2011/01/07 00:16:05 cliff Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -36,6 +36,7 @@
bool sc_attached;
u_int sc_core;
#ifdef MULTIPROCESSOR
+ bool sc_hatched;
struct pmap_tlb_info *sc_tlbinfo;
struct pmap_tlb_info sc_tlbinfo0;
#endif
@@ -47,4 +48,6 @@
int ca_thread;
};
+extern void cpucore_rmixl_hatch(device_t);
+
#endif /* _ARCH_MIPS_RMI_RMIXL_CPUCOREVAR_H_ */