Re: Correct define for PAGE_SIZE

Rik van Riel (riel@humbolt.geo.uu.nl)
Mon, 18 Jan 1999 15:56:58 +0100 (CET)


On Mon, 18 Jan 1999, seregon wrote:

> This may not be the right place to ask, but...
>
> I'm trying to compile ucd-snmp-4.0.pre2. It references swap.h which
> uses PAGE_SIZE without defining it (at least in 2.1.131). Is the
> correct value 0x400 (which I see in a.out.h)?

Nope. The correct value varies with the architecture
you're using. Values between 4096 and 32678 are used.
You should probably just include the correct <asm/>
file...

Rik -- If a Microsoft product fails, who do you sue?
+-------------------------------------------------------------------+
| Linux memory management tour guide. riel@nl.linux.org |
| Scouting Vries cubscout leader. http://www.nl.linux.org/~riel |
+-------------------------------------------------------------------+

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