Date: Fri, 13 Oct 2000 12:45:47 +0100 (BST)
From: Alan Cox <[EMAIL PROTECTED]>
> It might make more sense to just make rss an atomic_t.
Can we always be sure the rss will fit in an atomic_t - is it >
32bits on the ultrsparc/alpha ?
Yes, this issue occurred to me last night as well.
It is 32-bit on Alpha/UltraSparc.
However, given the fact that this number measures "pages", the
PAGE_SIZE on Ultra/Alpha, and the size of the 64-bit user address
space on Ultra and Alpha, it would actually end up working.
This doesn't make it a good idea though.
Later,
David S. Miller
[EMAIL PROTECTED]
-
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/