Hack around an MPlock count problem
Hack around a problem where running kernel had too many kernel
locks on processes when they were trying to go to sleep.
cause unknown. This change is likely just hiding a bug.
more changes from OpenBSD:
Author: kettenis <kettenis at openbsd.org>
Date: Sat Jul 9 12:31:05 2016 +0000
Add interfaces to look up a device tree node by phandle.
ok patrick@, jsg@, visa@
Author: kettenis <kettenis at openbsd.org>
Date: Mon May 16 21:12:17 2016 +0000
Introduce OF_is_compatible(9), a convenience function to check the "compatible"
property of an OFW/FDT node.
ok deraadt@, pactrick@
From OpenBSD:
Author: kettenis <kettenis at openbsd.org>
Date: Sun Jun 12 12:55:42 2016 +0000
Add OF_getpropint() and OF_getpropintarray().
ok visa@, jsg@
Add arm64 'kernel' signature, cleanup
Depending on platform fdt may be passed on x0 or x2,
this also contains a change that moves the x0 content to x2 in
case this platform doesn't init the x2 if passed a NULL x2, where
the kernel later expects the fdt pointer.