-#if CONFIG_MACF_MACH
- ipc_labelh_zone =
- zinit(sizeof(struct ipc_labelh),
- ipc_port_max * sizeof(struct ipc_labelh),
- sizeof(struct ipc_labelh),
- "label handles");
- /* cant charge callers for label allocations (port refs passed) */
- zone_change(ipc_labelh_zone, Z_CALLERACCT, FALSE);
-
-#endif
-