| To: | zhan rongkai <zhanrk@gmail.com> |
|---|---|
| Subject: | Re: About task->used_math and TIF_USEDFPU |
| From: | Jun Sun <jsun@junsun.net> |
| Date: | Thu, 16 Dec 2004 09:33:06 -0800 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <73e6204504121600066a2ce0b1@mail.gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <73e6204504121600066a2ce0b1@mail.gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.4.1i |
On Thu, Dec 16, 2004 at 04:06:12PM +0800, zhan rongkai wrote: > hi all, > > I am a little confused about the task_struct member 'used_math', and > thread_info flag TIF_USEDFPU. > > What are their meaning, and what is the difference between them? > used_math is used to indicate whether a process has ever used FPU since it is created (which typically is true due to the glibc using FPU at the beginning of each program). TIF_USEDFPU indicates whether a _running_ process has used FPU since it is context-switched on. Jun |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel located in KSEG2 or KSEG3., moreau francis |
|---|---|
| Next by Date: | memory mapping, Srividya Ramanathan |
| Previous by Thread: | About task->used_math and TIF_USEDFPU, zhan rongkai |
| Next by Thread: | minor asm-mips/sigcontext.h fix, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |