Add a comment.

This commit is contained in:
skrll 2012-01-20 06:50:00 +00:00
parent d2e3329102
commit e3b6e9cf05
1 changed files with 2 additions and 1 deletions

View File

@ -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 @@ int clock_intr(void *);
* 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 */