summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-06 08:40:21 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-06 08:40:21 +0000
commit2f6de1517fd8038b107b509d3eafbca03596f038 (patch)
tree0d3485c68c238ed4a65bdff220ee90c4dfd43a07
parenta0eb1ecb3c3352ad1798dd22f4189f5b8c3a477d (diff)
downloadFreeBSD-src-2f6de1517fd8038b107b509d3eafbca03596f038.zip
FreeBSD-src-2f6de1517fd8038b107b509d3eafbca03596f038.tar.gz
Garbage collect some unused symbols.
-rw-r--r--sys/mips/mips/genassym.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/mips/mips/genassym.c b/sys/mips/mips/genassym.c
index b53cb5b..3c0c1cc 100644
--- a/sys/mips/mips/genassym.c
+++ b/sys/mips/mips/genassym.c
@@ -71,12 +71,8 @@ ASSYM(TD_UPTE, offsetof(struct thread, td_md.md_upte));
ASSYM(TD_KSTACK, offsetof(struct thread, td_kstack));
ASSYM(TD_FLAGS, offsetof(struct thread, td_flags));
ASSYM(TD_LOCK, offsetof(struct thread, td_lock));
-ASSYM(TD_FRAME, offsetof(struct thread, td_frame));
-ASSYM(TD_TLS, offsetof(struct thread, td_md.md_tls));
ASSYM(TD_MDFLAGS, offsetof(struct thread, td_md.md_flags));
-ASSYM(TF_REG_SR, offsetof(struct trapframe, sr));
-
ASSYM(U_PCB_REGS, offsetof(struct pcb, pcb_regs.zero));
ASSYM(U_PCB_CONTEXT, offsetof(struct pcb, pcb_context));
ASSYM(U_PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
@@ -87,7 +83,6 @@ ASSYM(PC_SEGBASE, offsetof(struct pcpu, pc_segbase));
ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
ASSYM(PC_CPUID, offsetof(struct pcpu, pc_cpuid));
-ASSYM(PC_CURPMAP, offsetof(struct pcpu, pc_curpmap));
ASSYM(VM_MAX_KERNEL_ADDRESS, VM_MAX_KERNEL_ADDRESS);
ASSYM(VM_MAXUSER_ADDRESS, VM_MAXUSER_ADDRESS);
@@ -98,13 +93,10 @@ ASSYM(SIGF32_UC, offsetof(struct sigframe32, sf_uc));
ASSYM(SIGFPE, SIGFPE);
ASSYM(PAGE_SHIFT, PAGE_SHIFT);
ASSYM(PAGE_SIZE, PAGE_SIZE);
-ASSYM(PAGE_MASK, PAGE_MASK);
ASSYM(PDRSHIFT, PDRSHIFT);
ASSYM(SEGSHIFT, SEGSHIFT);
-ASSYM(NPTEPG, NPTEPG);
ASSYM(TDF_NEEDRESCHED, TDF_NEEDRESCHED);
ASSYM(TDF_ASTPENDING, TDF_ASTPENDING);
-ASSYM(PCPU_SIZE, sizeof(struct pcpu));
ASSYM(MAXCOMLEN, MAXCOMLEN);
ASSYM(MDTD_COP2USED, MDTD_COP2USED);
OpenPOWER on IntegriCloud