freebsd-skq/sys/arm
Olivier Houchard 18836eac48 Fix a potential bug in pmap :
We used to allocate the domains 0-14 for userland, and leave the domain 15
for the kernel. Now supersections requires the use of domain 0, so we
switched the kernel domain to 0, and use 1-15 for userland.
How it's done currently, the kernel domain could be allocated for a
userland process.
So switch back to the previous way we did things, set the first available
domain to 0, and just add 1 to get the real domain number in the struct pmap.

Reported by:	Mark Tinguely <tinguely AT casselton DOT net>
MFC After:	3 days
2007-12-02 15:26:30 +00:00
..
arm Fix a potential bug in pmap : 2007-12-02 15:26:30 +00:00
at91 Fix for the panic("vm_thread_new: kstack allocation failed") and 2007-11-05 11:36:16 +00:00
compile
conf Cleanup : make nexus standard, as it is mandatory anyway. 2007-12-02 13:10:42 +00:00
include Close a race. 2007-12-02 12:49:28 +00:00
sa11x0 Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO. 2007-12-02 13:12:21 +00:00
xscale Fix for the panic("vm_thread_new: kstack allocation failed") and 2007-11-05 11:36:16 +00:00