summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/openfirm.c
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2010-05-16 22:01:43 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2010-05-16 22:01:43 +0000
commitb7a63fb85cd07072afa8e91201882f5a9c432e55 (patch)
tree47e3717519df1d7ce47286e22f711907ca9d62fc /sys/dev/ofw/openfirm.c
parenta68dd336d5b121f161468847e1c9ebb7eb8b3d4f (diff)
downloadFreeBSD-src-b7a63fb85cd07072afa8e91201882f5a9c432e55.zip
FreeBSD-src-b7a63fb85cd07072afa8e91201882f5a9c432e55.tar.gz
Pull OF_quiesce() out of the MI Open Firmware layer and entirely into
PPC ofw_machdep.c, in recognition of its state as a machine specific hack. Requested by: marius
Diffstat (limited to 'sys/dev/ofw/openfirm.c')
-rw-r--r--sys/dev/ofw/openfirm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c
index a560e93..17cda68 100644
--- a/sys/dev/ofw/openfirm.c
+++ b/sys/dev/ofw/openfirm.c
@@ -409,15 +409,6 @@ OF_release(void *virt, size_t size)
* Control transfer functions
*/
-/* Turn off OF background tasks */
-void
-OF_quiesce()
-{
-
- OFW_QUIESCE(ofw_obj);
-}
-
-
/* Suspend and drop back to the Open Firmware interface. */
void
OF_enter()
OpenPOWER on IntegriCloud