Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp700/include Add a comment.
details: https://anonhg.NetBSD.org/src/rev/4a14238661e0
branches: trunk
changeset: 772892:4a14238661e0
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Jan 20 06:50:00 2012 +0000
description:
Add a comment.
diffstat:
sys/arch/hp700/include/cpu.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 69ccb32093f4 -r 4a14238661e0 sys/arch/hp700/include/cpu.h
--- a/sys/arch/hp700/include/cpu.h Fri Jan 20 02:19:47 2012 +0000
+++ b/sys/arch/hp700/include/cpu.h Fri Jan 20 06:50:00 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.h,v 1.66 2011/02/07 12:19:35 skrll Exp $ */
+/* $NetBSD: cpu.h,v 1.67 2012/01/20 06:50:00 skrll Exp $ */
/* $OpenBSD: cpu.h,v 1.55 2008/07/23 17:39:35 kettenis Exp $ */
@@ -253,6 +253,7 @@
* entry within the cpu_info struct.
*/
struct cpu_info {
+ /* Keep this first to simplify the trap handlers */
register_t ci_trapsave[16];/* the "phys" part of frame */
struct cpu_data ci_data; /* MI per-cpu data */
Home |
Main Index |
Thread Index |
Old Index