On Mon, Mar 17, 2014 at 07:11:37PM +0100, Cornelia Huck wrote:
> Add a new interface to register/deregister sources of adapter interrupts
> identified by an unique id via the flic. Adapters may also be maskable
> and carry a list of pinned pages.
> 
> These adapters will be used by irq routing later.
> 
> Signed-off-by: Cornelia Huck <cornelia.h...@de.ibm.com>
> ---

[...]

> +#define MAX_S390_IO_ADAPTERS (MAX_ISC + 1) * 8

Subtle possible bug alert ;) Please add braces around (MAX_ISC + 1) * 8.


Reply via email to