summaryrefslogtreecommitdiffstats
path: root/sys/sys/pcpu.h
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2007-06-06 07:35:08 +0000
committerdavidxu <davidxu@FreeBSD.org>2007-06-06 07:35:08 +0000
commit3a1a57d0eb8e8d05d4a48d6ded5313d836f2504d (patch)
tree5052dd6b94582ed601e9b5a970f9933bf177e726 /sys/sys/pcpu.h
parent3eb2cf672b15d9a2957d6883fb85d3428355f46c (diff)
downloadFreeBSD-src-3a1a57d0eb8e8d05d4a48d6ded5313d836f2504d.zip
FreeBSD-src-3a1a57d0eb8e8d05d4a48d6ded5313d836f2504d.tar.gz
Backout experimental adaptive-spin umtx code.
Diffstat (limited to 'sys/sys/pcpu.h')
-rw-r--r--sys/sys/pcpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h
index 1e415c3..b2fd628 100644
--- a/sys/sys/pcpu.h
+++ b/sys/sys/pcpu.h
@@ -74,7 +74,6 @@ struct pcpu {
PCPU_MD_FIELDS;
struct vmmeter pc_cnt; /* VM stats counters */
struct device *pc_device;
- lwpid_t pc_curtid;
};
SLIST_HEAD(cpuhead, pcpu);
OpenPOWER on IntegriCloud