Re: Query about set_pages_* API

2008-02-10 Thread Larry Finger
Arjan van de Ven wrote: On Sat, 09 Feb 2008 15:40:12 -0700 Larry Finger <[EMAIL PROTECTED]> wrote: Is the set_pages_* API that replaces change_page_attr described somewhere? I have been unable to find it with Google. I'm trying to modify the VirtualBox kernel module to work with 2.6.24-git (an

Re: Query about set_pages_* API

2008-02-09 Thread Arjan van de Ven
On Sat, 09 Feb 2008 15:40:12 -0700 Larry Finger <[EMAIL PROTECTED]> wrote: > Is the set_pages_* API that replaces change_page_attr described > somewhere? I have been unable to find it with Google. > > I'm trying to modify the VirtualBox kernel module to work with > 2.6.24-git (and 2.6.25) on x86_

Re: Query about set_pages_* API

2008-02-09 Thread Arjan van de Ven
On Sat, 09 Feb 2008 15:40:12 -0700 Larry Finger <[EMAIL PROTECTED]> wrote: > I'm trying to modify the VirtualBox kernel module to work with > 2.6.24-git (and 2.6.25) on x86_64 architecture. The current code has > a value of the third argument of the call (prot) with 3 variants. All > variations ha