Removed unused assembly offsets for structures digging.
This commit is contained in:
parent
0e4369e938
commit
13d4b2b0bc
@ -214,7 +214,4 @@ ASSYM(KUDSEL, GSEL(GUDATA_SEL, SEL_UPL));
|
||||
ASSYM(KUC32SEL, GSEL(GUCODE32_SEL, SEL_UPL));
|
||||
ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
|
||||
|
||||
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
|
||||
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
|
||||
|
||||
ASSYM(MSR_GSBASE, MSR_GSBASE);
|
||||
|
@ -222,9 +222,6 @@ ASSYM(BC32SEL, GSEL(GBIOSCODE32_SEL, SEL_KPL));
|
||||
ASSYM(GPROC0_SEL, GPROC0_SEL);
|
||||
ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
|
||||
|
||||
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
|
||||
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
|
||||
|
||||
#ifdef PC98
|
||||
#include <machine/bus.h>
|
||||
|
||||
|
@ -98,7 +98,6 @@ ASSYM(TLBSAVE_BOOKE_R30, TLBSAVE_BOOKE_R30*4);
|
||||
ASSYM(TLBSAVE_BOOKE_R31, TLBSAVE_BOOKE_R31*4);
|
||||
|
||||
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
|
||||
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
|
||||
|
||||
#if defined(AIM)
|
||||
ASSYM(PM_KERNELSR, offsetof(struct pmap, pm_sr[KERNEL_SR]));
|
||||
|
Loading…
Reference in New Issue
Block a user