summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/globaldata.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-01-24 17:12:37 +0000
committerdfr <dfr@FreeBSD.org>2001-01-24 17:12:37 +0000
commit82b0a074c7682ca6e874035f5db4af965be3241e (patch)
tree2eed58d9d3ebacc58134f28f00081fb34abbbf9d /sys/ia64/include/globaldata.h
parent14133b4f7e2762580e8e7b494d904c3298d3e8b8 (diff)
downloadFreeBSD-src-82b0a074c7682ca6e874035f5db4af965be3241e.zip
FreeBSD-src-82b0a074c7682ca6e874035f5db4af965be3241e.tar.gz
Change cpuno to cpuid.
Diffstat (limited to 'sys/ia64/include/globaldata.h')
-rw-r--r--sys/ia64/include/globaldata.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ia64/include/globaldata.h b/sys/ia64/include/globaldata.h
index 91c7fff..9e1a5d4 100644
--- a/sys/ia64/include/globaldata.h
+++ b/sys/ia64/include/globaldata.h
@@ -49,7 +49,7 @@ struct globaldata {
struct pcb *gd_curpcb; /* current pcb */
struct timeval gd_switchtime;
int gd_switchticks;
- u_int gd_cpuno; /* this cpu number */
+ 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 */
@@ -69,8 +69,8 @@ struct globaldata {
SLIST_HEAD(cpuhead, globaldata);
extern struct cpuhead cpuhead;
-void globaldata_init(struct globaldata *pcpu, int cpuno, size_t sz);
-struct globaldata *globaldata_find(int cpuno);
+void globaldata_init(struct globaldata *pcpu, int cpuid, size_t sz);
+struct globaldata *globaldata_find(int cpuid);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud