All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Jim Cromie <jim.cromie@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] errors to console when running xeno-test (latency -t 1)
Date: Mon, 27 Mar 2006 20:18:52 +0200	[thread overview]
Message-ID: <17448.11404.631925.760580@domain.hid> (raw)
In-Reply-To: <44280C96.1030608@domain.hid>

[-- Attachment #1: message body and .signature --]
[-- Type: text/plain, Size: 262 bytes --]

Jim Cromie wrote:
 > hello xenophiles,
 > 
 > Im getting errors to the console when running latency -t 1.
 > they also appear in dmesg output

The attached patch seems to solve the issue here, but I am not sure it
should...

-- 


					    Gilles Chanteperdrix.

[-- Attachment #2: enable_fpu.patch --]
[-- Type: text/plain, Size: 383 bytes --]

Index: include/asm-i386/system.h
===================================================================
--- include/asm-i386/system.h	(revision 806)
+++ include/asm-i386/system.h	(working copy)
@@ -422,7 +422,7 @@
 {
     struct task_struct *task = tcb->user_task;
 
-    if (task && !wrap_test_fpu_used(task))
+    if (task && !xnarch_fpu_init_p(task))
         return;
 
     clts();

  parent reply	other threads:[~2006-03-27 18:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-27 16:02 [Xenomai-core] errors to console when running xeno-test (latency -t 1) Jim Cromie
2006-03-27 16:26 ` Gilles Chanteperdrix
2006-03-27 18:18 ` Gilles Chanteperdrix [this message]
2006-03-27 20:24 ` Gilles Chanteperdrix
2006-03-28 15:39   ` Jim Cromie
2006-03-29 14:15     ` Gilles Chanteperdrix
2006-03-31  6:08       ` Jim Cromie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=17448.11404.631925.760580@domain.hid \
    --to=gilles.chanteperdrix@xenomai.org \
    --cc=jim.cromie@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.