Re: Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Arjan van de Ven
On Mon, 19 Nov 2007 00:29:46 -0500 Pavel Roskin <[EMAIL PROTECTED]> wrote: > Quoting Arjan van de Ven <[EMAIL PROTECTED]>: > > > if it's just for a custom case (as it sounds like).. a simple small > > change to the pagefault handler sounds like the easiest thing to > > do... (eg just a direct fun

Re: Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Pavel Roskin
Quoting Arjan van de Ven <[EMAIL PROTECTED]>: if it's just for a custom case (as it sounds like).. a simple small change to the pagefault handler sounds like the easiest thing to do... (eg just a direct function call to what would have been your notifier) Thanks! Actually, the idea is to make

Re: Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Arjan van de Ven
On Sun, 18 Nov 2007 12:40:16 -0500 Pavel Roskin <[EMAIL PROTECTED]> wrote: > Hello! > > I'm trying to update a special tracing version of madwifi (driver for > Atheros wireless cards) for Linux 2.6.24. This version was created to > help reverse engineering the non-free part of the driver (also k

Need help with register_page_fault_notifier() replacement in 2.6.24

2007-11-18 Thread Pavel Roskin
Hello! I'm trying to update a special tracing version of madwifi (driver for Atheros wireless cards) for Linux 2.6.24. This version was created to help reverse engineering the non-free part of the driver (also known as HAL, hardware abstraction layer). The problem is that functions register_page