Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/vm/uma.h 166213 2007-01-25 01:05:23Z mohans $
---
> * $FreeBSD: head/sys/vm/uma.h 166654 2007-02-11 20:13:52Z rwatson $
239c239
< #define UMA_ALIGN_CACHE (16 - 1) /* Cache line size align */
---
> #define UMA_ALIGN_CACHE (0 - 1) /* Cache line size align */
390a391,402
> * Sets the alignment mask to be used for all zones requesting cache
> * alignment. Should be called by MD boot code prior to starting VM/UMA.
> *
> * Arguments:
> * align The alignment mask
> *
> * Returns:
> * Nothing
> */
> void uma_set_align(int align);
>
> /*