> >page = __get_free_pages(whatever, order);
> >ptr = ioremap_nocache(virt_to_phys(page), 1 << (order+PAGE_SHIFT));
>
> When was ioremap_nocache() introduced and was it sprinked with
> a penguin pee?
well, 2 or 3 years ago, in the late 2.0 kernels.
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/