diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-11-26 11:59:41 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2010-11-26 11:59:41 +0000 |
commit | 6b2093906b482d40261167ca86676aa85c1bb180 (patch) | |
tree | cc96bda731370ef895c18f199b1496d59815360d /sys/arch/amd64/include/cpu.h | |
parent | e6ff7c246c395e49754b523388f8a7c5d79e1312 (diff) |
Nuke the unused variable cpus_attached. It is unused and 32 bits
aren't enough to keep track of possible cores these days anyway.
36-core amd64 box encountered by dlg@
ok dlg@ kettenis@
Diffstat (limited to 'sys/arch/amd64/include/cpu.h')
-rw-r--r-- | sys/arch/amd64/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amd64/include/cpu.h b/sys/arch/amd64/include/cpu.h index d3ff2e76c35..2ae64ca5354 100644 --- a/sys/arch/amd64/include/cpu.h +++ b/sys/arch/amd64/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.60 2010/11/22 21:07:18 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.61 2010/11/26 11:59:40 krw Exp $ */ /* $NetBSD: cpu.h,v 1.1 2003/04/26 18:39:39 fvdl Exp $ */ /*- @@ -211,8 +211,6 @@ extern struct cpu_info cpu_info_primary; #define aston(p) ((p)->p_md.md_astpending = 1) -extern u_int32_t cpus_attached; - #define curpcb curcpu()->ci_curpcb /* |