floating point emulation in 2.6 driver module
From: Don (dnewbold_at_generalstandards.com)
Date: 01/18/05
- Next message: John Reiser: "Re: ELF Segments and Page Size"
- Previous message: Prakash Prabhu: "ELF Segments and Page Size"
- Next in thread: Tauno Voipio: "Re: floating point emulation in 2.6 driver module"
- Reply: Tauno Voipio: "Re: floating point emulation in 2.6 driver module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 18 Jan 2005 12:08:06 -0600
I'm porting a driver from the 2.2 and 2.4 kernels to the 2.6 kernel.
One of the operation in the driver is to configure a programmable
oscillator on our PCI device. This effort required floating calculations.
In the 2.2 and 2.4 kernels this worked fine. Now I get to 2.6 and ouch!
I need floating point calculations. The calculations are not time critical
so an emulation would do just fine. How do I get this into the driver.
Don
- Next message: John Reiser: "Re: ELF Segments and Page Size"
- Previous message: Prakash Prabhu: "ELF Segments and Page Size"
- Next in thread: Tauno Voipio: "Re: floating point emulation in 2.6 driver module"
- Reply: Tauno Voipio: "Re: floating point emulation in 2.6 driver module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|