Re: [PATCH] s390 (11/12): crypto device driver.

From: Andi Kleen
Date: Sat Oct 09 2004 - 04:58:35 EST


Martin Schwidefsky <schwidefsky@xxxxxxxxxx> writes:

> +/**
> + * If we are not using the sparse checker, __user has no use.
> + */
> +#ifdef __CHECKER__
> +# define __user __attribute__((noderef, address_space(1)))
> +#else
> +# define __user
> +#endif

__user should be already defined elsewhere in the kernel.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/