public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* vma->vm_end > 0x60000000
@ 2000-10-31 15:48 Geert Uytterhoeven
  2001-12-07  3:17 ` William Lee Irwin III
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2000-10-31 15:48 UTC (permalink / raw)
  To: Linux Kernel Development; +Cc: Linux/m68k


In fs/proc/array.c:proc_pid_statm() there is this test block:

    if (vma->vm_flags & VM_EXECUTABLE)
	    trs += pages;   /* text */
    else if (vma->vm_flags & VM_GROWSDOWN)
	    drs += pages;   /* stack */
    else if (vma->vm_end > 0x60000000)
	    lrs += pages;   /* library */
    else
	    drs += pages;

Is there any special reason for the hardcoded constant `0x60000000'?

In the Linux/m68k tree, we use TASK_UNMAPPED_BASE instead. But I don't know
why.

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-12-07 20:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-31 15:48 vma->vm_end > 0x60000000 Geert Uytterhoeven
2001-12-07  3:17 ` William Lee Irwin III
2001-12-07  8:33   ` Andreas Schwab
2001-12-07  8:47     ` William Lee Irwin III
2001-12-07 20:16     ` Albert D. Cahalan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox