Re: Getting kernel symbols in kernel module (dynamically)

2009-02-25 Thread Rizvan S
On Wed, Feb 25, 2009 at 8:20 AM, Pei Lin wrote: > "sys_clock_gettime " is System call which is provided to usr space as > a interface for kernel.As you write a module you should use function > in kernel system map that is export to use for your drive. > > if you want get time in your module,you c

Re: Requesting shared IRQ?

2009-02-18 Thread Rizvan S
On Wed, Feb 18, 2009 at 12:17 AM, Matthias Kaehlcke wrote: > Hi Ole, > > El Tue, Feb 17, 2009 at 05:51:35PM +0100 Ole Loots ha dit: > > > I want to handle an Interrupt on an ARM processor... (at91). > > > > The Interrupt is already handled by the module at91_timer (compiled into > > kernel). the m