freebsd-dev/sys/arm/include
Robert Watson 1a8cfbc450 Pass a thread argument into cpu_critical_{enter,exit}() rather than
dereference curthread.  It is called only from critical_{enter,exit}(),
which already dereferences curthread.  This doesn't seem to affect SMP
performance in my benchmarks, but improves MySQL transaction throughput
by about 1% on UP on my Xeon.

Head nodding:	jhb, bmilekic
2004-07-27 16:41:01 +00:00
..
_inttypes.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
_limits.h Remove advertising clause from University of California Regent's license, 2004-04-05 21:29:41 +00:00
_stdint.h <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN is 2004-05-18 16:04:57 +00:00
_types.h Define __double_t and __float_t. 2004-05-04 22:16:29 +00:00
armreg.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
asm.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
asmacros.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
atomic.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
blockio.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
bootconfig.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
bus_memio.h Import bus_memio.h and bus_pio.h for arm. 2004-07-12 21:18:30 +00:00
bus_pio.h Import bus_memio.h and bus_pio.h for arm. 2004-07-12 21:18:30 +00:00
bus.h Nuke bus_space_mmap(), as it does not exist in FreeBSD. 2004-06-17 17:51:48 +00:00
clock.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
cpu.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
cpuconf.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
cpufunc.h Nuke disable_intr() and enable_intr(), as it already exists elsewhere. 2004-07-20 22:38:46 +00:00
critical.h Pass a thread argument into cpu_critical_{enter,exit}() rather than 2004-07-27 16:41:01 +00:00
db_machdep.h Update to kdb. 2004-07-12 21:25:01 +00:00
disassem.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
elf.h Add the Elf32_Auxinfo declaretion. 2004-05-04 22:21:36 +00:00
endian.h Add some endianess-related functions and macros. 2004-05-04 22:24:56 +00:00
exec.h
fiq.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
float.h Make FLT_ROUNDS correctly reflect the dynamic rounding mode. 2004-07-19 08:17:25 +00:00
floatingpoint.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
fp.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
frame.h Remove the kbd_trap() declaration. 2004-07-12 21:24:21 +00:00
ieee.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
ieeefp.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
in_cksum.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
intr.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
katelib.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
kdb.h Import a kdb.h for arm, which contains stubs right now. 2004-07-12 21:17:51 +00:00
limits.h Remove advertising clause from University of California Regent's license, 2004-04-05 21:29:41 +00:00
machdep.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
md_var.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
metadata.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
mutex.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
param.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
pcb.h Do not declare curpcb. 2004-07-21 22:04:32 +00:00
pcpu.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
pmap.h Define pmap_page_is_mapped(). 2004-07-21 22:02:48 +00:00
proc.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
profile.h Nuke disable_intr() and enable_intr(), as it already exists elsewhere. 2004-07-20 22:38:46 +00:00
psl.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
pte.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
ptrace.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
reg.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
reloc.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
resource.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
runq.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
setjmp.h Protect setjmp.h with #ifndef _MACHINE_SETJMP_H_. 2004-07-12 21:23:58 +00:00
sf_buf.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
sigframe.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
signal.h Don't declare osigset_t, as it is done in sys/_sigset.h. 2004-05-04 22:38:22 +00:00
smp.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
stdarg.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
swi.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
trap.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
ucontext.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
undefined.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
utrap.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00
vmparam.h Import FreeBSD/arm kernel bits. 2004-05-14 11:46:45 +00:00