From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751202AbWG0CsI (ORCPT ); Wed, 26 Jul 2006 22:48:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751219AbWG0CsI (ORCPT ); Wed, 26 Jul 2006 22:48:08 -0400 Received: from e33.co.us.ibm.com ([32.97.110.151]:57325 "EHLO e33.co.us.ibm.com") by vger.kernel.org with ESMTP id S1751202AbWG0CsH (ORCPT ); Wed, 26 Jul 2006 22:48:07 -0400 From: Arnd Bergmann Organization: IBM Deutschland Entwicklung GmbH To: ricknu-0@student.ltu.se Subject: Re: [RFC][PATCH] A generic boolean (version 6) Date: Thu, 27 Jul 2006 04:48:01 +0200 User-Agent: KMail/1.9.1 Cc: linux-kernel@vger.kernel.org, Andrew Morton , Jeff Garzik , Alexey Dobriyan , Vadim Lobanov , Jan Engelhardt , Shorty Porty , Peter Williams , Michael Buesch , Pekka Enberg , Stefan Richter , larsbj@gullik.net, Paul Jackson References: <1153341500.44be983ca1407@portal.student.luth.se> <1153945705.44c7d069c5e18@portal.student.luth.se> In-Reply-To: <1153945705.44c7d069c5e18@portal.student.luth.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607270448.03257.arnd.bergmann@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday 26 July 2006 22:28, ricknu-0@student.ltu.se wrote: > Have not found any (real) reason letting the cpp know about false/true. As I > said in the last version, the only reason seem to be for the userspace. Well, as > there is no program of my knowlage that needs it, they were removed. > If we don't expect this to show up in the ABI (which I hope is true), then the definition should probably be inside of #ifdef __KERNEL__. Right now, it's inside of (!__KERNEL_STRICT_NAMES), which is not exactly the same. Arnd <><