summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-08-10 04:18:48 +0000
committerjake <jake@FreeBSD.org>2001-08-10 04:18:48 +0000
commitbd7595b429e54b70cd05e64cb5a00cc3735518e9 (patch)
tree1ad77a3423407b01bea5281ffc965d937945a9d3
parentf49fc709ca7e594b24b0af241f063505423dc541 (diff)
downloadFreeBSD-src-bd7595b429e54b70cd05e64cb5a00cc3735518e9.zip
FreeBSD-src-bd7595b429e54b70cd05e64cb5a00cc3735518e9.tar.gz
Add fields that point to per-cpu interrupt data.
-rw-r--r--sys/sparc64/include/globaldata.h3
-rw-r--r--sys/sparc64/include/pcpu.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/sparc64/include/globaldata.h b/sys/sparc64/include/globaldata.h
index 796ebbc..b3441dd 100644
--- a/sys/sparc64/include/globaldata.h
+++ b/sys/sparc64/include/globaldata.h
@@ -43,6 +43,9 @@ struct globaldata {
struct lock_list_entry *gd_spinlocks;
struct timeval gd_switchtime;
int gd_switchticks;
+
+ struct intr_queue *gd_iq;
+ struct intr_vector *gd_ivt;
};
#endif /* !_MACHINE_GLOBALDATA_H_ */
diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h
index 796ebbc..b3441dd 100644
--- a/sys/sparc64/include/pcpu.h
+++ b/sys/sparc64/include/pcpu.h
@@ -43,6 +43,9 @@ struct globaldata {
struct lock_list_entry *gd_spinlocks;
struct timeval gd_switchtime;
int gd_switchticks;
+
+ struct intr_queue *gd_iq;
+ struct intr_vector *gd_ivt;
};
#endif /* !_MACHINE_GLOBALDATA_H_ */
OpenPOWER on IntegriCloud