Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 07:43:52 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92576 for review
Message-ID:  <200603010743.k217hqAQ007295@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92576

Change 92576 by kmacy@kmacy_storage:sun4v_work on 2006/03/01 07:43:21

	remove duplicated malloc arena declaration

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/dev/ofw/openfirm.h#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/dev/ofw/openfirm.h#5 (text+ko) ====

@@ -74,8 +74,6 @@
 #include <sys/types.h>
 #include <sys/malloc.h>
 
-MALLOC_DECLARE(M_OFWPROP);
-
 #define	p1275_ptr2cell(p)	((cell_t)((uintptr_t)((void *)(p))))
 #define	p1275_int2cell(i)	((cell_t)((int)(i)))
 #define	p1275_uint2cell(u)	((cell_t)((unsigned int)(u)))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010743.k217hqAQ007295>