diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2013-04-26 05:18:18 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2013-04-26 05:18:18 +0000 |
commit | 94794a690428e2b7d66be2252dbfdddd519941b5 (patch) | |
tree | d4c1076414a6341ea89df1109c47af4967367268 | |
parent | 771ee4389972f0aa0d5f73d470298f12d298d564 (diff) | |
download | FreeBSD-src-94794a690428e2b7d66be2252dbfdddd519941b5.zip FreeBSD-src-94794a690428e2b7d66be2252dbfdddd519941b5.tar.gz |
Remove a comment that shouldn't have gone in.
X-MFC-with: r249864
-rw-r--r-- | sys/powerpc/aim/mmu_oea.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index d5a5a8c..56c0941 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -2588,9 +2588,6 @@ moea_dumpsys_map(mmu_t mmu, struct pmap_md *md, vm_size_t ofs, return (md->md_vaddr + ofs); } -/* TODO: Run this on minbar, single calls, to check addresses, offsets, and - * sizes. It should be doing more than just single pages. - */ struct pmap_md * moea_scan_md(mmu_t mmu, struct pmap_md *prev) { |