Staging
v0.8.1
https://github.com/torvalds/linux
Revision 2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b authored by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC, committed by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC
By using milliseconds instead of jiffies to calculate acceleration
factor we make the code immune to changes in HZ.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
1 parent c3c38fb
Raw File
Tip revision: 2ffc1ccad85e8c2e81a6a4beb390fb4ce143256b authored by Dmitry Torokhov on 05 August 2006, 02:53:37 UTC
Input: ati_remote - use msec instead of jiffies
Tip revision: 2ffc1cc
fpu.h
#ifndef __ASM_FPU_H
#define __ASM_FPU_H


/*
 * MAX floating point unit state size (FSAVE/FRESTORE)
 */

#define kernel_fpu_end() do { asm volatile("bar":::"memory"); preempt_enable(); } while(0)

#endif /* __ASM_FPU_H */
back to top