On 06/01/13 13:31, Alexander Graf wrote:
I applied this patch to svn.
For those of you wary of touching a "hot path" (even though eviction shouldn't occur too often in really hot paths), all of the functions below get inlined by gcc and statically compiled out, because gcc knows the destination address of the pointer already.
Thanks for this - I've just done some testing against latest trunk and your patch works for me. In particular the Darwin kernel now starts up, and NetBSD now gets to a framebuffer console :)
ATB,
Mark.