Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh5 Interrupt handles are now allocated from KSEG0.



details:   https://anonhg.NetBSD.org/src/rev/c53e3366b6d7
branches:  trunk
changeset: 538208:c53e3366b6d7
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Oct 14 14:22:44 2002 +0000

description:
Interrupt handles are now allocated from KSEG0.

diffstat:

 sys/arch/sh5/TODO |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a0fc10594843 -r c53e3366b6d7 sys/arch/sh5/TODO
--- a/sys/arch/sh5/TODO Mon Oct 14 14:21:35 2002 +0000
+++ b/sys/arch/sh5/TODO Mon Oct 14 14:22:44 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.4 2002/10/14 10:52:41 scw Exp $
+$NetBSD: TODO,v 1.5 2002/10/14 14:22:44 scw Exp $
 
 TODO List For NetBSD/sh5
 ~~~~~~~~~~~~~~~~~~~~~~~~
@@ -35,8 +35,8 @@
        which TLB slot in both ITLB and DTLB contains the mapping. This
        would work for both user-space and KSEG1 mappings.
 
-3.     Allocate interrupt handles from a pool backed by pages from KSEG0.
-       This will reduce DTLB misses at interrupt time.
+DONE.  Allocate interrupt handles from a pool backed by pages from KSEG0.
+       This will reduce DTLB misses at interrupt dispatch time.
 
 4.     copy{in,out}() need to be re-written.
        Right now, they copy byte-at-a-time, which is not exactly fast...



Home | Main Index | Thread Index | Old Index