Module Name: src
Committed By: cliff
Date: Sun Jan 17 00:00:55 UTC 2010
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixlvar.h
Log Message:
- add cpu wakeup info pointers
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/arch/mips/rmi/rmixlvar.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/rmixlvar.h
diff -u src/sys/arch/mips/rmi/rmixlvar.h:1.1.2.10 src/sys/arch/mips/rmi/rmixlvar.h:1.1.2.11
--- src/sys/arch/mips/rmi/rmixlvar.h:1.1.2.10 Sun Jan 10 02:48:47 2010
+++ src/sys/arch/mips/rmi/rmixlvar.h Sun Jan 17 00:00:55 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rmixlvar.h,v 1.1.2.10 2010/01/10 02:48:47 matt Exp $ */
+/* $NetBSD: rmixlvar.h,v 1.1.2.11 2010/01/17 00:00:55 cliff Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -41,6 +41,7 @@
#include <mips/cpu.h>
#include <dev/pci/pcivar.h>
#include <machine/bus.h>
+#include <mips/rmi/rmixl_firmware.h>
static inline bool
cpu_rmixl(const struct pridtab *ct)
@@ -117,6 +118,9 @@
struct extent *rc_pcie_mem_ex;
struct extent *rc_pcie_io_ex;
int rc_mallocsafe;
+ volatile struct rmixlfw_cpu_wakeup_info
+ *rc_cpu_wakeup_info;
+ const void *rc_cpu_wakeup_end;
};
extern struct rmixl_config rmixl_configuration;