mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Add fields that point to per-cpu interrupt data.
This commit is contained in:
parent
db6c479810
commit
0cb2d36969
2 changed files with 6 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue