summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_kern.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc_r/uthread/uthread_kern.c')
-rw-r--r--lib/libc_r/uthread/uthread_kern.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc_r/uthread/uthread_kern.c b/lib/libc_r/uthread/uthread_kern.c
index 55296eb..5c646c1 100644
--- a/lib/libc_r/uthread/uthread_kern.c
+++ b/lib/libc_r/uthread/uthread_kern.c
@@ -113,8 +113,10 @@ _thread_kern_sched(ucontext_t *ucp)
/* Check if this function was called from the signal handler: */
if (ucp != NULL) {
+#if 0
/* XXX - Save FP registers? */
FP_SAVE_UC(ucp);
+#endif
called_from_handler = 1;
DBG_MSG("Entering scheduler due to signal\n");
}
@@ -156,8 +158,10 @@ _thread_kern_sched(ucontext_t *ucp)
if (ucp == NULL)
return;
else {
+#if 0
/* XXX - Restore FP registers? */
FP_RESTORE_UC(ucp);
+#endif
/*
* Set the process signal mask in the context; it
OpenPOWER on IntegriCloud