]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use pmap_kextact() when comparing bus handles for Book-E.
authormarcel <marcel@FreeBSD.org>
Wed, 8 Apr 2009 22:19:39 +0000 (22:19 +0000)
committermarcel <marcel@FreeBSD.org>
Wed, 8 Apr 2009 22:19:39 +0000 (22:19 +0000)
commit241f791e9c068a9bb07d67ab52a166b990dfc23f
treeabb826181af09c6c4382c0d706cc090ae0117c91
parent3728505c2189533e980312a1e8e9870af0f68890
Don't use pmap_kextact() when comparing bus handles for Book-E.
We typically wire translation to devices with TLB1 entries and
pmap_kextract() does not know about those and returns 0.  This
causes false positives (read: all serial ports suddenly become
the console).
sys/dev/uart/uart_cpu_powerpc.c