mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
Disable an extremely annoying printf.
This commit is contained in:
parent
3820ec1d4d
commit
bd975223e0
1 changed files with 3 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)kern_malloc.c 8.3 (Berkeley) 1/4/94
|
||||
* $Id: kern_malloc.c,v 1.31 1997/10/10 14:06:34 phk Exp $
|
||||
* $Id: kern_malloc.c,v 1.32 1997/10/10 18:14:22 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
@ -403,7 +403,9 @@ malloc_init(type)
|
|||
{
|
||||
int npg;
|
||||
|
||||
#if 0
|
||||
printf("%p [%s]", type, type->ks_shortdesc);
|
||||
#endif
|
||||
/*
|
||||
* Limit maximum memory for each type to 60% of malloc area size or
|
||||
* 60% of physical memory, whichever is smaller.
|
||||
|
|
|
|||
Loading…
Reference in a new issue