Re: [patch] cache pipe buf page address for non-highmem arch

From: Jeremy Fitzhardinge
Date: Wed Mar 28 2007 - 19:48:59 EST


Andrew Morton wrote:
> On Wed, 28 Mar 2007 16:21:04 -0700
> Zach Brown <zach.brown@xxxxxxxxxx> wrote:
>
>
>>> Does this look OK?
>>>
>> Almost...
>>
>>
>>> #ifdef CONFIG_HIGHMEM
>>> static inline void pipe_kunmap_atomic(void *addr, enum km_type type)
>>> #else /* CONFIG_HIGHMEM */
>>> static inline void pipe_kunmap_atomic(struct page *page, enum
>>> km_type type)
>>>
>
> OK, I give up. What are you telling me here?
>

Also void *addr vs struct page *page.

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