lkml.org 
[lkml]   [2001]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [BUG] Scheduling in interrup
>> > o	Are you attempting to access paged RAM?
>>
>> I am using kmalloc to reserve my memory.
>> kmalloc as the options GFP_KERNEL and GFP_DMA.
>> I am not using any command to reserve memory in
>> the interrupt handler.
>>
>
> This is okay. These will not be paged.

Though if you are actually allocating in the
handler (as opposed to merely using) you want
to set GFP_ATOMIC (i.e. make sure __GFP_WAIT
is clear)

--
Alex Bligh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:02    [W:0.055 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site