aboutsummaryrefslogtreecommitdiff
path: root/post/lib_powerpc/fpu/fpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'post/lib_powerpc/fpu/fpu.c')
-rw-r--r--post/lib_powerpc/fpu/fpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/post/lib_powerpc/fpu/fpu.c b/post/lib_powerpc/fpu/fpu.c
index 0de76ce051..bd65f623d5 100644
--- a/post/lib_powerpc/fpu/fpu.c
+++ b/post/lib_powerpc/fpu/fpu.c
@@ -43,7 +43,7 @@ int fpu_post_test (int flags)
int ret = 0;
- WATCHDOG_RESET ();
+ schedule();
if (!fpu)
fpu_enable ();
@@ -66,7 +66,7 @@ int fpu_post_test (int flags)
if (!fpu)
fpu_disable ();
- WATCHDOG_RESET ();
+ schedule();
return ret;
}