Re: [patch] s390: kernel page table allocation.

From: Martin Schwidefsky
Date: Thu Aug 17 2006 - 05:20:43 EST


On Wed, 2006-08-16 at 14:10 +0100, Christoph Hellwig wrote:
> > - pg_table = (pte_t *) alloc_bootmem_low_pages(PAGE_SIZE);
> > + pg_table = (pte_t *) alloc_bootmem_pages(PAGE_SIZE);
>
> Again, no need to cast the alloc_bootmem_pages return value.

A cleanup of the s390 code in regard to unnecessary casts would make
sense I guess..

--
blue skies,
Martin.

Martin Schwidefsky
Linux for zSeries Development & Services
IBM Deutschland Entwicklung GmbH

"Reality continues to ruin my life." - Calvin.


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