freebsd-nq/sys/powerpc/include
Peter Wemm db17c6fc07 Tidy up some loose ends.
i386/ia64/alpha - catch up to sparc64/ppc:
- replace pmap_kernel() with refs to kernel_pmap
- change kernel_pmap pointer to (&kernel_pmap_store)
  (this is a speedup since ld can set these at compile/link time)
all platforms (as suggested by jake):
- gc unused pmap_reference
- gc unused pmap_destroy
- gc unused struct pmap.pm_count
(we never used pm_count - we track address space sharing at the vmspace)
2002-04-29 07:43:16 +00:00
..
_inttypes.h
_limits.h
ansi.h Remove the hack for segsz_t from <sys/types.h>; use the normal 2002-04-10 15:58:13 +00:00
asm.h ASM versions of __FBSDID. 2002-03-23 02:01:27 +00:00
atomic.h Make atomic_cmpset_32 correctly return 0 on failure. 2002-02-24 23:31:49 +00:00
bat.h
bootinfo.h Remove __P. 2002-03-20 23:17:50 +00:00
bus.h Remove __P. 2002-03-20 23:17:50 +00:00
clock.h Remove __P. 2002-03-20 23:17:50 +00:00
cpu.h GC an extraneous prototype of delay(). 2002-04-15 12:02:43 +00:00
cpufunc.h Add inlines for mtsrin and mfsrin. 2002-04-16 11:45:09 +00:00
critical.h Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter() 2002-04-01 23:51:23 +00:00
db_machdep.h Remove __P. 2002-03-20 23:17:50 +00:00
elf.h
endian.h Include <sys/cdefs.h> for definition of __BSD_VISIBLE. 2002-04-12 15:56:45 +00:00
exec.h
fpu.h
frame.h Make fork work, at least for kthreads. Switching still has some issues. 2002-02-28 03:24:07 +00:00
intr.h Remove __P. 2002-03-20 23:17:50 +00:00
ipl.h
limits.h
md_var.h Remove __P. 2002-03-20 23:17:50 +00:00
mutex.h
nexusvar.h Add a nexus device. 2002-04-15 12:29:18 +00:00
openpicreg.h
param.h
pcb.h Make fork work, at least for kthreads. Switching still has some issues. 2002-02-28 03:24:07 +00:00
pcpu.h
pio.h
pmap.h Tidy up some loose ends. 2002-04-29 07:43:16 +00:00
powerpc.h Remove __P. 2002-03-20 23:17:50 +00:00
proc.h Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt 2002-03-27 05:39:23 +00:00
psl.h
pte.h Remove __P. 2002-03-20 23:17:50 +00:00
ptrace.h Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the 2002-03-16 00:25:53 +00:00
reg.h Remove __P. 2002-03-20 23:17:50 +00:00
reloc.h
resource.h
setjmp.h
sigframe.h
signal.h
smp.h
sr.h style(9) 2002-02-18 06:24:55 +00:00
stdarg.h
trap.h
types.h
ucontext.h
varargs.h
vmparam.h