Justin Hibbits 60152a4037 Fix system hang when large FDT is in use
Summary:
Kernel maps only one page of FDT. When FDT is more than one page in size, data
TLB miss occurs on memmove() when FDT is moved to kernel storage
(sys/powerpc/booke/booke_machdep.c, booke_init())

This introduces a pmap_early_io_unmap() to complement pmap_early_io_map(), which
can be used for any early I/O mapping, but currently is only used when mapping
the fdt.

Submitted by:	Ivan Krivonos <int0dster_gmail.com>
Differential Revision: https://reviews.freebsd.org/D7605
2016-08-24 03:51:40 +00:00
..
2015-08-22 07:27:06 +00:00
2015-12-24 04:30:15 +00:00
2015-08-04 19:46:13 +00:00
2015-11-30 02:40:41 +00:00
2016-04-19 01:48:18 +00:00
2015-12-11 01:23:18 +00:00