Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Mar 2002 10:22:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Mar 2002 10:22:42 -0500 Received: from pc-62-31-92-140-az.blueyonder.co.uk ([62.31.92.140]:21972 "EHLO kushida.apsleyroad.org") by vger.kernel.org with ESMTP id ; Mon, 18 Mar 2002 10:22:30 -0500 Date: Mon, 18 Mar 2002 15:22:14 +0000 From: Jamie Lokier To: Martin Wilck Cc: Andreas Dilger , Linux Kernel mailing list Subject: Re: [PATCH] Cleanup port 0x80 use (was: Re: IO delay ...) Message-ID: <20020318152214.A523@kushida.apsleyroad.org> In-Reply-To: <20020317020145.A20307@kushida.apsleyroad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Martin Wilck wrote: > > As long as __SLOW_DOWN_IO_PORT is a simple constant, you can just use > > this instead: > > > > #define __SLOW_DOWN_IO_ASM "\noutb %%al,$" #__SLOW_DOWN_IO_PORT > > What cpp are you guys using? Mine does stringification (#s) only with > arguments of function-like macros. You're right, my error. You need to use an argument, as has already been pointed out -- . -- Jamie - 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/