Axe unused and invalid GD_ASTPENDING symbol.

This commit is contained in:
jhb 2001-08-04 20:46:46 +00:00
parent d77cbc67b6
commit f7ff4f9c87

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