From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH 08/12] ide: remove no longer needed IDE_HFLAG[_FORCE]_LEGACY_IRQS Date: Mon, 19 Jan 2009 15:41:41 +0100 Message-ID: <200901191541.41305.bzolnier@gmail.com> References: <20090119141330.27613.34546.sendpatchset@localhost.localdomain> <20090119141443.27613.89085.sendpatchset@localhost.localdomain> <9ea470500901190636g366767bt2b40917b2d2718f9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from ug-out-1314.google.com ([66.249.92.172]:47576 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186AbZASOlk (ORCPT ); Mon, 19 Jan 2009 09:41:40 -0500 In-Reply-To: <9ea470500901190636g366767bt2b40917b2d2718f9@mail.gmail.com> Content-Disposition: inline Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: petkovbb@gmail.com Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org On Monday 19 January 2009, Borislav Petkov wrote: > Hi, > > On Mon, Jan 19, 2009 at 3:14 PM, Bartlomiej Zolnierkiewicz > wrote: > > [.. ] > > > Index: b/include/linux/ide.h > > =================================================================== > > --- a/include/linux/ide.h > > +++ b/include/linux/ide.h > > @@ -1347,10 +1347,6 @@ enum { > > IDE_HFLAG_ERROR_STOPS_FIFO = (1 << 19), > > /* serialize ports */ > > IDE_HFLAG_SERIALIZE = (1 << 20), > > - /* use legacy IRQs */ > > - IDE_HFLAG_LEGACY_IRQS = (1 << 21), > > - /* force use of legacy IRQs */ > > - IDE_HFLAG_FORCE_LEGACY_IRQS = (1 << 22), > > /* host is TRM290 */ > > IDE_HFLAG_TRM290 = (1 << 23), > > /* use 32-bit I/O ops */ > > maybe contigious numbering of the enums here? I plan to re-use these two flags quite soon for other purposes so I thought that I may save some time/noise on moving the rest of flags around... :)