Re: [Linux-fbdev-devel] [PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Bernhard Fischer
On Sat, Jun 23, 2007 at 12:52:43PM +0200, Michal Januszewski wrote: >+static void uvesafb_cn_callback(void *data) >+{ >+ struct cn_msg *msg = (struct cn_msg *)data; >+ struct uvesafb_task *utask = (struct uvesafb_task *)msg->data; >+ struct uvesafb_ktask *task; >+ >+ if

Re: [Linux-fbdev-devel] [PATCH 3/4] fbdev: uvesafb driver

2007-06-23 Thread Bernhard Fischer
On Sat, Jun 23, 2007 at 12:52:43PM +0200, Michal Januszewski wrote: +static void uvesafb_cn_callback(void *data) +{ + struct cn_msg *msg = (struct cn_msg *)data; + struct uvesafb_task *utask = (struct uvesafb_task *)msg-data; + struct uvesafb_ktask *task; + + if (msg-seq =

Re: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-18 Thread Bernhard Fischer
On Mon, Apr 18, 2005 at 09:40:40PM +0200, Arjan van de Ven wrote: >On Mon, 2005-04-18 at 11:25 -0500, Timur Tabi wrote: >> Arjan van de Ven wrote: >> >> > this is a myth; linux is free to move the page about in physical memory >> > even if it's mlock()ed!! darn, yes, this is true. I know people

Re: [openib-general] Re: [PATCH][RFC][0/4] InfiniBand userspace verbs implementation

2005-04-18 Thread Bernhard Fischer
On Mon, Apr 18, 2005 at 09:40:40PM +0200, Arjan van de Ven wrote: On Mon, 2005-04-18 at 11:25 -0500, Timur Tabi wrote: Arjan van de Ven wrote: this is a myth; linux is free to move the page about in physical memory even if it's mlock()ed!! darn, yes, this is true. I know people who