diff options
Diffstat (limited to 'sys/arch/hppa64/hppa64/machdep.c')
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index efab3f596b9..70cd7295598 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.18 2009/08/11 18:46:32 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.19 2009/08/11 19:17:16 miod Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -380,13 +380,6 @@ cpu_startup(void) ptoa((psize_t)phsymem) / 1024 / 1024); printf("rsvd mem = %u (%uKB)\n", ptoa(resvmem), ptoa(resvmem) / 1024); - /* - * Determine how many buffers to allocate. - * We allocate bufcachepercent% of memory for buffer space. - */ - if (bufpages == 0) - bufpages = physmem * bufcachepercent / 100; - printf("here3\n"); /* * Allocate a submap for exec arguments. This map effectively |