freebsd-nq/sys/ia64/ia64
Bjoern A. Zeeb 603724d3ab Commit step 1 of the vimage project, (network stack)
virtualization work done by Marko Zec (zec@).

This is the first in a series of commits over the course
of the next few weeks.

Mark all uses of global variables to be virtualized
with a V_ prefix.
Use macros to map them back to their global names for
now, so this is a NOP change only.

We hope to have caught at least 85-90% of what is needed
so we do not invalidate a lot of outstanding patches again.

Obtained from:	//depot/projects/vimage-commit2/...
Reviewed by:	brooks, des, ed, mav, julian,
		jamie, kris, rwatson, zec, ...
		(various people I forgot, different versions)
		md5 (with a bit of help)
Sponsored by:	NLnet Foundation, The FreeBSD Foundation
X-MFC after:	never
V_Commit_Message_Reviewed_By:	more people than the patch
2008-08-17 23:27:27 +00:00
..
autoconf.c
busdma_machdep.c Update bus_dmamem_alloc()'s first call to malloc() such that M_WAITOK is 2008-07-15 03:34:49 +00:00
clock.c Now that all platforms use genclock, shuffle things around slightly 2008-04-22 19:38:30 +00:00
context.S
db_machdep.c Break out stack(9) from ddb(4): 2007-12-02 20:40:35 +00:00
dump_machdep.c Commit step 1 of the vimage project, (network stack) 2008-08-17 23:27:27 +00:00
efi.c
elf_machdep.c Better implement I-cache invalidation. The previous implementation 2008-03-30 23:09:14 +00:00
emulate.c
exception.S Set PTE_ACCESSED in the PTE and before inserting it in the VHPT. 2007-10-16 03:20:32 +00:00
gdb_machdep.c
genassym.c
in_cksum.c
interrupt.c Account for IPI_PREEMPT. We don't want to call sched_preempt() with 2008-05-23 19:53:50 +00:00
locore.S Allocate a stack for thread0 and switch to it before calling 2008-02-04 02:21:33 +00:00
machdep.c Add inline function ia64_fc_i() to abstract inline assembly. 2008-07-07 17:43:56 +00:00
mca.c
mem.c
mp_machdep.c Sanitize the malloc types: M_PMAP is not used in pmap.c, so don't 2008-04-19 04:56:16 +00:00
nexus.c Use genclock for RTC handling. This eliminates the MD versions for 2008-04-15 17:02:23 +00:00
pal.S
pmap.c Create the bucket mutexes with MTX_NOWITNESS. There's now a 2008-05-22 06:27:46 +00:00
ptrace_machdep.c
sal.c
sapic.c Revision 1.9 changes the delivery mode from the magic constant 0 2008-04-14 20:34:45 +00:00
setjmp.S
ssc.c
sscdisk.c Unbreak after removal of SI_SUB_MOUNT_ROOT. 2008-04-09 03:32:48 +00:00
stack_machdep.c Break out stack(9) from ddb(4): 2007-12-02 20:40:35 +00:00
support.S The flushrs instruction must be the first in an instruction 2007-10-16 03:07:56 +00:00
sys_machdep.c
syscall.S
trap.c Remove kernel support for M:N threading. 2008-03-12 10:12:01 +00:00
uio_machdep.c
uma_machdep.c It has been observed on the mailing lists that the different categories 2007-09-15 18:47:02 +00:00
unaligned.c
unwind.c
vm_machdep.c o Rename cpu_thread_setup() to cpu_thread_alloc() to better 2007-11-14 20:21:54 +00:00