Re: Reserved page flaging of 2.4 kernel memory changed recently?
From: Pavel Machek
Date: Thu Feb 19 2004 - 12:36:52 EST
Hi!
> >That means that PG_nosave | PG_reserved indeed is "PG_donttouch", but
> >PG_nosave has slightly different meaning.
>
> Makes sense, but PG_reserved is used to keep VM out of these pages.
>
> Can we have a seperate bit PG_donttouch which is set with PG_nosave
> | PG_reserved in reserved/video/BIOS/Broken CPU areas?
Why?
I do not see what is wrong with 2 separate flags... In fact, you might
want to
#define PG_donttouch (PG_reserved | PG_nosave)
and (modulo atomic macros etc), it would work for everyone...
Pavel
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-
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/