Axe unused and invalid GD_ASTPENDING symbol.

This commit is contained in:
John Baldwin 2001-08-04 20:46:46 +00:00
parent c6da9f6a8c
commit 74c2df808a

View File

@ -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));