On Wed, 6 Sep 2000, Chris Wedgwood wrote:
> --- mm.h.orig Wed Sep 6 07:01:38 2000
> +++ mm.h Wed Sep 6 07:02:18 2000
> @@ -142,18 +142,18 @@
> * is used for linear searches (eg. clock algorithm scans).
> */
> typedef struct page {
[snip]
> - atomic_t count;
[snip]
> + atomic_t p_count;
[snip]
> } mem_map_t;
>
> #define get_page(p) atomic_inc(&(p)->count)
^^^
Ohhh, what a beauty. ;)
regards,
Rik (couldn't resist this one)
--
"What you're running that piece of shit Gnome?!?!"
-- Miguel de Icaza, UKUUG 2000
http://www.conectiva.com/ http://www.surriel.com/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/