aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-08-04 20:46:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-08-04 20:46:46 +0000
commit74c2df808a7166121561dc4b39821d103b1e049f (patch)
tree16b53a24d48cce6b172640dca67b215dd4e8e435 /sys
parentc6da9f6a8cbcb7bb32e4bdf7a53d2362aafb19e5 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/powerpc/genassym.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c
index d348236ded46..c140bcb2479b 100644
--- a/sys/powerpc/powerpc/genassym.c
+++ b/sys/powerpc/powerpc/genassym.c
@@ -67,7 +67,6 @@
ASSYM(GD_CURPROC, offsetof(struct globaldata, gd_curproc));
ASSYM(GD_CURPCB, offsetof(struct globaldata, gd_curpcb));
ASSYM(GD_SWITCHTIME, offsetof(struct globaldata, gd_switchtime));
-ASSYM(GD_ASTPENDING, offsetof(struct globaldata, gd_astpending));
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));