linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Allocating uncached memory in 2.6.25(powerpc/440)
@ 2008-09-19 21:47 vb
  2008-09-19 21:56 ` vb
  0 siblings, 1 reply; 3+ messages in thread
From: vb @ 2008-09-19 21:47 UTC (permalink / raw)
  To: linuxppc-embedded

I wonder if anyone can help with some hints in this situation:

here is a code fragment to illustrate my question:

if ((ai = kmalloc(sizeof(alloc_info_t) + 4 * szw, GFP_ATOMIC |
GFP_DMA)) != NULL) {
        ai->src = FROM_KMALLOC;
printk("\n%s:%d %p\n", __FUNCTION__, __LINE__, ai);
 while(szw) {

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-19 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 21:47 Allocating uncached memory in 2.6.25(powerpc/440) vb
2008-09-19 21:56 ` vb
2008-09-19 22:09   ` Roland Dreier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).