Deleted Added
full compact
vmparam.h (66633) vmparam.h (92670)
1/* $FreeBSD: head/sys/ia64/include/vmparam.h 66633 2000-10-04 17:53:03Z dfr $ */
1/* $FreeBSD: head/sys/ia64/include/vmparam.h 92670 2002-03-19 11:07:09Z peter $ */
2/* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */
3#ifndef _ALPHA_VMPARAM_H
4#define _ALPHA_VMPARAM_H
5/*
6 * Copyright (c) 1988 University of Utah.
7 * Copyright (c) 1992, 1993
8 * The Regents of the University of California. All rights reserved.
9 *

--- 57 unchanged lines hidden (view full) ---

67#endif
68#ifndef MAXDSIZ
69#define MAXDSIZ (1<<30) /* max data size (1G) */
70#endif
71#ifndef DFLSSIZ
72#define DFLSSIZ (1<<21) /* initial stack size (2M) */
73#endif
74#ifndef MAXSSIZ
2/* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */
3#ifndef _ALPHA_VMPARAM_H
4#define _ALPHA_VMPARAM_H
5/*
6 * Copyright (c) 1988 University of Utah.
7 * Copyright (c) 1992, 1993
8 * The Regents of the University of California. All rights reserved.
9 *

--- 57 unchanged lines hidden (view full) ---

67#endif
68#ifndef MAXDSIZ
69#define MAXDSIZ (1<<30) /* max data size (1G) */
70#endif
71#ifndef DFLSSIZ
72#define DFLSSIZ (1<<21) /* initial stack size (2M) */
73#endif
74#ifndef MAXSSIZ
75#define MAXSSIZ (1<<25) /* max stack size (32M) */
75#define MAXSSIZ (1<<28) /* max stack size (256M) */
76#endif
77#ifndef SGROWSIZ
78#define SGROWSIZ (128UL*1024) /* amount to grow stack */
79#endif
80
81/*
82 * PTEs for mapping user space into the kernel for phyio operations.
83 * 64 pte's are enough to cover 8 disks * MAXBSIZE.

--- 70 unchanged lines hidden ---
76#endif
77#ifndef SGROWSIZ
78#define SGROWSIZ (128UL*1024) /* amount to grow stack */
79#endif
80
81/*
82 * PTEs for mapping user space into the kernel for phyio operations.
83 * 64 pte's are enough to cover 8 disks * MAXBSIZE.

--- 70 unchanged lines hidden ---