diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index df2079155fea..6cf716834db3 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.19 2000/11/19 03:16:55 thorpej Exp $ */ +/* $NetBSD: vmparam.h,v 1.20 2001/04/18 16:04:43 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -51,9 +51,7 @@ /* * USRTEXT is the start of the user text/data space, while USRSTACK - * is the top (end) of the user stack. Immediately above the user stack - * resides the user structure, which is UPAGES long and contains the - * kernel stack. + * is the top (end) of the user stack. * * Digital UNIX (formerly DEC OSF/1) places the stack below the * text segment (i.e. growing downward from 4G). We may want to