From 74c2df808a7166121561dc4b39821d103b1e049f Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Sat, 4 Aug 2001 20:46:46 +0000 Subject: [PATCH] Axe unused and invalid GD_ASTPENDING symbol. --- sys/powerpc/powerpc/genassym.c | 1 - 1 file changed, 1 deletion(-) 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));