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

From: Christoph Hellwig
Date: Wed Aug 16 2006 - 09:08:36 EST


> - 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.

-
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/