Justin Hibbits d6d0670814 powerpc/ofw: Fix malloc inside lock
Summary:
Currently ofw_real_bounce_alloc() is requesting memory, using WAITOK, holding a
non-sleepable locks, called 'OF Bounce Page'.

Fix this by allocating the pages outside of the lock, and only updating the
global variables while holding the lock.

Submitted by:	Breno Leitao
Differential Revision:	https://reviews.freebsd.org/D14955
2018-04-08 16:43:56 +00:00
..
2018-04-07 17:06:13 +00:00
2018-04-08 16:34:10 +00:00
2018-02-14 00:12:03 +00:00
2018-04-08 12:08:20 +00:00
2018-04-08 12:08:20 +00:00
2018-04-06 19:36:35 +00:00
2018-03-20 17:58:51 +00:00
2018-03-24 21:30:24 +00:00
2018-04-07 17:06:13 +00:00