Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266663AbUJIJ5a (ORCPT ); Sat, 9 Oct 2004 05:57:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266669AbUJIJ5a (ORCPT ); Sat, 9 Oct 2004 05:57:30 -0400 Received: from zero.aec.at ([193.170.194.10]:44559 "EHLO zero.aec.at") by vger.kernel.org with ESMTP id S266663AbUJIJ53 (ORCPT ); Sat, 9 Oct 2004 05:57:29 -0400 To: Martin Schwidefsky cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] s390 (11/12): crypto device driver. References: <2N7vD-4KV-33@gated-at.bofh.it> From: Andi Kleen Date: Sat, 09 Oct 2004 11:57:25 +0200 In-Reply-To: <2N7vD-4KV-33@gated-at.bofh.it> (Martin Schwidefsky's message of "Fri, 08 Oct 2004 20:20:13 +0200") Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 566 Lines: 20 Martin Schwidefsky 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/