Re: [patch 5/13] s390: qdio memory allocations.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 25.04.2006 01:52 Andrew Morton <[email protected]> wrote:
> Martin Schwidefsky <[email protected]> wrote:
> >
> > -   ssqd_area = (void *)get_zeroed_page(GFP_KERNEL | GFP_DMA);
> > +   ssqd_area = mempool_alloc(qdio_mempool_scssc, GFP_ATOMIC);

> I assume the loss of GFP_DMA was intentional?

Yes, and it is done in the alloc routine of the mempool:

  static void *qdio_mempool_alloc(gfp_t gfp_mask, void *size)
  {
          return (void *) get_zeroed_page(gfp_mask|GFP_DMA);
  }


Regards,

Andreas

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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux