raj 2008-08-08 17:31:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/arm vm_machdep.c
Log:
SVN rev 181431 on 2008-08-08 17:31:47Z by raj
MFC 181296
Fix ARM nocache allocator.
Revision ChangesPath
1.34.2.3 +4 -5
raj 2008-08-04 14:47:49 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
SVN rev 181296 on 2008-08-04 14:47:49Z by raj
Fix ARM nocache allocator:
- let the loop iterate every page (as intended), and not some multiplies
(which led
cognet 2007-07-27 14:46:15 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Use supersection instead of standard sections to map the whole memory
when available.
Approved by:re (blanket)
Revision ChangesPath
1.33 +29 -
cognet 2007-05-23 13:19:00 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Remove duplicate includes.
Submitted by: Cyril Nguyen Huu
Revision ChangesPath
1.31 +1 -2 src/sys/arm/arm/vm_machdep.c
_
cognet 2006-10-24 23:27:52 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Ooops, dump_avail[i] can be 0 if the RAM starts at 0x, so check that
dump_avail[i + 1] is == 0 as a stop condition instead.
MFC after: 3 days
Revision C
cognet 2006-07-15 23:15:32 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Oops bring back code that shouldn't have been removed by the previous
commit.
Revision ChangesPath
1.26 +2 -0 src/sys/arm/arm/vm_machdep.c
___
cognet 2006-07-15 23:01:54 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Make sure that if uma_small_alloc() gets called recursively, we just give up
and call kmem_malloc(), to avoid a deadlock.
Revision ChangesPath
1.25 +6
cognet 2006-06-05 23:42:47 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
vm_page_alloc_contig() can sleep, so don't even think about using it
in the M_NOWAIT case.
Revision ChangesPath
1.24 +9 -8 src/sys/arm/arm/vm_mach
cognet 2006-03-02 00:37:40 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case this
code ever get used on a plateform where sizeof(int) != 4.
Suggested by: jmg
Revisio
cognet 2006-01-27 21:07:04 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Try harder not to recurse.
Revision ChangesPath
1.21 +4 -2 src/sys/arm/arm/vm_machdep.c
___
cvs-all@free
cognet 2005-12-05 12:58:44 UTC
FreeBSD src repository
Modified files:
sys/arm/arm vm_machdep.c
Log:
Try to use contigmalloc() even if M_NOWAIT has been specified.
Revision ChangesPath
1.20 +17 -13src/sys/arm/arm/vm_machdep.c
11 matches
Mail list logo