[SLOF] [PATCH] pci: force minimum mem bar alignment of 64K for board-qemu

Segher Boessenkool segher at kernel.crashing.org
Wed Mar 1 12:23:18 AEDT 2017


On Tue, Feb 28, 2017 at 06:58:15PM -0600, Michael Roth wrote:
> +: assign-var-min-align ( size var min-align -- al-mem )
> +        swap >r                         \ ( size min-align )
> +        over                            \ ( size min-align size )
> +        max                             \ ( size align )

Why did you change the UMAX to MAX ?  They are not the same.  Sizes
(and alignments) are unsigned numbers.


Segher


More information about the SLOF mailing list