diff options
author | jhb <jhb@FreeBSD.org> | 2001-09-12 21:56:28 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-09-12 21:56:28 +0000 |
commit | b7943aa8cfec5d7138f3934b52ba00fe4181f473 (patch) | |
tree | f676adc1846d87c39590d9a52896324d7fa8b99a /sys/alpha/include | |
parent | 1bda6a607a245d198d36f589a6d8d42d9ea45b86 (diff) | |
download | FreeBSD-src-b7943aa8cfec5d7138f3934b52ba00fe4181f473.zip FreeBSD-src-b7943aa8cfec5d7138f3934b52ba00fe4181f473.tar.gz |
Restore style(9) fixes from commit prior to previous commit.
Diffstat (limited to 'sys/alpha/include')
-rw-r--r-- | sys/alpha/include/globaldata.h | 18 | ||||
-rw-r--r-- | sys/alpha/include/pcpu.h | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/sys/alpha/include/globaldata.h b/sys/alpha/include/globaldata.h index 5d8514b..38d9527 100644 --- a/sys/alpha/include/globaldata.h +++ b/sys/alpha/include/globaldata.h @@ -44,15 +44,15 @@ * point at the globaldata structure. */ struct globaldata { - struct alpha_pcb gd_idlepcb; /* pcb for idling */ - struct thread *gd_curthread; /* current thread */ - struct thread *gd_idlethread; /* idle thread */ - struct thread *gd_fpcurthread; /* fp state owner */ - struct pcb *gd_curpcb; /* current pcb */ - struct timeval gd_switchtime; - int gd_switchticks; - u_int gd_cpuid; /* this cpu number */ - u_int gd_other_cpus; /* all other cpus */ + struct alpha_pcb gd_idlepcb; /* pcb for idling */ + struct thread *gd_curthread; /* current thread */ + struct thread *gd_idlethread; /* idle thread */ + struct thread *gd_fpcurthread; /* fp state owner */ + struct pcb *gd_curpcb; /* current pcb */ + struct timeval gd_switchtime; + int gd_switchticks; + u_int gd_cpuid; /* this cpu number */ + u_int gd_other_cpus; /* all other cpus */ u_int64_t gd_idlepcbphys; /* pa of gd_idlepcb */ u_int64_t gd_pending_ipis; /* pending IPI events */ u_int32_t gd_next_asn; /* next ASN to allocate */ diff --git a/sys/alpha/include/pcpu.h b/sys/alpha/include/pcpu.h index 5d8514b..38d9527 100644 --- a/sys/alpha/include/pcpu.h +++ b/sys/alpha/include/pcpu.h @@ -44,15 +44,15 @@ * point at the globaldata structure. */ struct globaldata { - struct alpha_pcb gd_idlepcb; /* pcb for idling */ - struct thread *gd_curthread; /* current thread */ - struct thread *gd_idlethread; /* idle thread */ - struct thread *gd_fpcurthread; /* fp state owner */ - struct pcb *gd_curpcb; /* current pcb */ - struct timeval gd_switchtime; - int gd_switchticks; - u_int gd_cpuid; /* this cpu number */ - u_int gd_other_cpus; /* all other cpus */ + struct alpha_pcb gd_idlepcb; /* pcb for idling */ + struct thread *gd_curthread; /* current thread */ + struct thread *gd_idlethread; /* idle thread */ + struct thread *gd_fpcurthread; /* fp state owner */ + struct pcb *gd_curpcb; /* current pcb */ + struct timeval gd_switchtime; + int gd_switchticks; + u_int gd_cpuid; /* this cpu number */ + u_int gd_other_cpus; /* all other cpus */ u_int64_t gd_idlepcbphys; /* pa of gd_idlepcb */ u_int64_t gd_pending_ipis; /* pending IPI events */ u_int32_t gd_next_asn; /* next ASN to allocate */ |