On Fri, 13 Oct 2000, Jakub Jelinek wrote:
> On Fri, Oct 13, 2000 at 02:17:23PM -0700, Richard Henderson wrote:
> > On Fri, Oct 13, 2000 at 12:45:47PM +0100, Alan Cox wrote:
> > > Can we always be sure the rss will fit in an atomic_t - is it > 32bits on the
> > > ultrsparc/alpha ?
> >
> > It is not.
>
> It is not even 32bit on sparc32 (24bit only).
But remember that "rss" counts in pages, so it's plenty for sparc32: only
32 bits of virtual address that can count towards the rss.
And even on alpha, a 32-bit atomic_t means we cover 45 bits of virtual
address space, which, btw, is more than you can cram into the current
three-level page tables, I think.
Linus
-
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/
- Re: Updated Linux 2.4 Status/TODO List (from the ALS sho... Philip R. Auld
- Re: Updated Linux 2.4 Status/TODO List (from the ALS sho... davej
- Re: Updated Linux 2.4 Status/TODO List (from the AL... David S. Miller
- Re: Updated Linux 2.4 Status/TODO List (from th... Linus Torvalds
- Re: Updated Linux 2.4 Status/TODO List (from th... Richard Henderson
- Re: Updated Linux 2.4 Status/TODO List (fro... Jakub Jelinek
- Re: Updated Linux 2.4 Status/TODO List ... Linus Torvalds
- Re: Updated Linux 2.4 Status/TODO ... Richard Henderson
- Re: Updated Linux 2.4 Status/TODO List (fro... Alan Cox
- Re: Updated Linux 2.4 Status/TODO List ... Richard Henderson
- Re: Updated Linux 2.4 Status/TODO ... David S. Miller
- Re: Updated Linux 2.4 Status/TODO ... Roman Zippel
- Re: Updated Linux 2.4 Status/TODO List (from the AL... Andrey Savochkin
- Re: Updated Linux 2.4 Status/TODO List (from th... David S. Miller
- Re: Updated Linux 2.4 Status/TODO List (fro... Andrey Savochkin
- Re: Updated Linux 2.4 Status/TODO List (fro... Linus Torvalds
- Re: Updated Linux 2.4 Status/TODO List ... Rasmus Andersen

