diff options
author | imp <imp@FreeBSD.org> | 2010-07-15 01:58:20 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-07-15 01:58:20 +0000 |
commit | 4d85fb9ab3bd86744df8e7d25a961067e8cd2d5c (patch) | |
tree | d3778c11d093916d4163bb3247ab4f8f2deca185 /sys/mips/include/md_var.h | |
parent | e0041637ecfbb215c38392e2588bf5dbdd4e30ce (diff) | |
download | FreeBSD-src-4d85fb9ab3bd86744df8e7d25a961067e8cd2d5c.zip FreeBSD-src-4d85fb9ab3bd86744df8e7d25a961067e8cd2d5c.tar.gz |
Remove unused stuff from cpu.h.
Move inappropriate stuff in cpu.h elsewhere:
{s,g}et_intr_mask -> md_var.h
num_tlbentries -> tlb.h
Remove #define clockframe trapframe and fix clock, which was the only place
this was used.
All the rest of this stuff was unused.
# we're not quite minimal yet, since we duplicate a few status register things
# here...
Inspired by: bde@
Diffstat (limited to 'sys/mips/include/md_var.h')
-rw-r--r-- | sys/mips/include/md_var.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/include/md_var.h b/sys/mips/include/md_var.h index 8c23360..33171bf 100644 --- a/sys/mips/include/md_var.h +++ b/sys/mips/include/md_var.h @@ -77,4 +77,7 @@ void platform_identify(void); extern int busdma_swi_pending; void busdma_swi(void); +u_int32_t set_intr_mask(u_int32_t); +u_int32_t get_intr_mask(void); + #endif /* !_MACHINE_MD_VAR_H_ */ |