Fri Jan 20 06:50:01 2012 UTC ()
Add a comment.


(skrll)
diff -r1.66 -r1.67 src/sys/arch/hp700/include/cpu.h

cvs diff -r1.66 -r1.67 src/sys/arch/hp700/include/Attic/cpu.h (expand / switch to context diff)
--- src/sys/arch/hp700/include/Attic/cpu.h 2011/02/07 12:19:35 1.66
+++ src/sys/arch/hp700/include/Attic/cpu.h 2012/01/20 06:50:00 1.67
@@ -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 */