Remove some stuff that snuck in last commit.
This commit is contained in:
parent
1ae0b432fe
commit
fea62cdb6b
@ -30,7 +30,6 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/gmon.h>
|
||||
#include <sys/ktr.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/queue.h>
|
||||
@ -135,10 +134,6 @@ ASSYM(IC_LINESIZE, offsetof(struct cacheinfo, ic_linesize));
|
||||
|
||||
ASSYM(ICA_PA, offsetof(struct ipi_cache_args, ica_pa));
|
||||
|
||||
ASSYM(GMON_PROF_OFF, GMON_PROF_OFF);
|
||||
ASSYM(GMON_PROF_HIRES, GMON_PROF_HIRES);
|
||||
ASSYM(GM_STATE, offsetof(struct gmonparam, state));
|
||||
|
||||
ASSYM(KTR_PROC, KTR_PROC);
|
||||
ASSYM(KTR_TRAP, KTR_TRAP);
|
||||
ASSYM(KTR_SMP, KTR_SMP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user