From 2cc8f99b0bb83871ed887e29512a2c761ab732b6 Mon Sep 17 00:00:00 2001 From: jhb Date: Fri, 9 Feb 2001 16:13:57 +0000 Subject: Woops, remove an obsolete reference to gd_cpu_lockid. --- sys/amd64/amd64/mp_machdep.c | 1 - sys/amd64/amd64/mptable.c | 1 - sys/amd64/include/mptable.h | 1 - 3 files changed, 3 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 2802750..06d6548 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr) /* prime data page for it to use */ SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu); gd->gd_cpuid = x; - gd->gd_cpu_lockid = x << 24; /* setup a vector to our boot code */ *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET; diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 2802750..06d6548 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.c @@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr) /* prime data page for it to use */ SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu); gd->gd_cpuid = x; - gd->gd_cpu_lockid = x << 24; /* setup a vector to our boot code */ *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET; diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 2802750..06d6548 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr) /* prime data page for it to use */ SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu); gd->gd_cpuid = x; - gd->gd_cpu_lockid = x << 24; /* setup a vector to our boot code */ *((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET; -- cgit v1.1