lkml.org 
[lkml]   [2004]   [Oct]   [9]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] s390 (11/12): crypto device driver.
FromAndi Kleen <>
DateSat, 09 Oct 2004 11:57:25 +0200
Martin Schwidefsky <schwidefsky@de.ibm.com> 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [from the cache]
©2003-2008