![]() | |||||||||||||
Messages in this thread |
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 | |||||||||||||