Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/booke Declare cpu_hatch_data
details: https://anonhg.NetBSD.org/src/rev/9fadde40e8d0
branches: trunk
changeset: 766648:9fadde40e8d0
user: matt <matt%NetBSD.org@localhost>
date: Wed Jun 29 06:00:56 2011 +0000
description:
Declare cpu_hatch_data
diffstat:
sys/arch/powerpc/include/booke/cpuvar.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 5f5e94d54444 -r 9fadde40e8d0 sys/arch/powerpc/include/booke/cpuvar.h
--- a/sys/arch/powerpc/include/booke/cpuvar.h Wed Jun 29 06:00:17 2011 +0000
+++ b/sys/arch/powerpc/include/booke/cpuvar.h Wed Jun 29 06:00:56 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuvar.h,v 1.10 2011/06/23 01:27:20 matt Exp $ */
+/* $NetBSD: cpuvar.h,v 1.11 2011/06/29 06:00:56 matt Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -160,6 +160,9 @@
struct powerpc_bus_dma_tag booke_bus_dma_tag;
extern struct cpu_info cpu_info[];
+#ifdef MULTIPROCESSOR
+extern volatile struct cpu_hatch_data cpu_hatch_data;
+#endif
void cpu_evcnt_attach(struct cpu_info *);
uint32_t cpu_read_4(bus_size_t);
Home |
Main Index |
Thread Index |
Old Index