From 82b0a074c7682ca6e874035f5db4af965be3241e Mon Sep 17 00:00:00 2001 From: dfr Date: Wed, 24 Jan 2001 17:12:37 +0000 Subject: Change cpuno to cpuid. --- sys/ia64/include/globaldata.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/ia64/include/globaldata.h') 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 */ -- cgit v1.1