Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/sh5
Module Name: syssrc
Committed By: scw
Date: Sat Sep 28 10:53:58 UTC 2002
Modified Files:
syssrc/sys/arch/sh5/include: pmap.h
syssrc/sys/arch/sh5/sh5: pmap.c
Log Message:
- Add pmap_page_is_cacheable() to allow the bus_dma code to query the
cacheable attribute of a mapping.
- Honour PMAP_NC in pmap_enter() using NOCACHE, instead of DEVICE.
- No longer need to re-fetch the ptel in pmap_pa_unmap_kva() as
syncing the cache no longer risks causing a TLB miss.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/sh5/sh5/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index