Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include - add lsw_cpu_run function pointer to ...
details: https://anonhg.NetBSD.org/src/rev/6ac2d914f6c2
branches: trunk
changeset: 764206:6ac2d914f6c2
user: cliff <cliff%NetBSD.org@localhost>
date: Thu Apr 14 05:08:22 2011 +0000
description:
- add lsw_cpu_run function pointer to struct locoresw
diffstat:
sys/arch/mips/include/locore.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 361e8fa28d43 -r 6ac2d914f6c2 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Thu Apr 14 05:07:56 2011 +0000
+++ b/sys/arch/mips/include/locore.h Thu Apr 14 05:08:22 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.87 2011/04/12 22:54:31 matt Exp $ */
+/* $NetBSD: locore.h,v 1.88 2011/04/14 05:08:22 cliff Exp $ */
/*
* This file should not be included by MI code!!!
@@ -362,6 +362,7 @@
int (*lsw_send_ipi)(struct cpu_info *, int);
void (*lsw_cpu_offline_md)(void);
void (*lsw_cpu_init)(struct cpu_info *);
+ void (*lsw_cpu_run)(struct cpu_info *);
int (*lsw_bus_error)(unsigned int);
};
Home |
Main Index |
Thread Index |
Old Index