From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] serial: driver for m32 arch should not have DEC alpha errata Date: Thu, 5 Jan 2012 00:36:18 +0000 Message-ID: <20120105003618.2232c5d9@bob.linux.org.uk> References: <1325708184-9861-1-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com ([134.134.136.20]:23633 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757414Ab2AEAXY (ORCPT ); Wed, 4 Jan 2012 19:23:24 -0500 In-Reply-To: <1325708184-9861-1-git-send-email-paul.gortmaker@windriver.com> Sender: linux-serial-owner@vger.kernel.org List-Id: linux-serial@vger.kernel.org To: Paul Gortmaker Cc: gregkh@suse.de, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org On Wed, 4 Jan 2012 15:16:24 -0500 Paul Gortmaker wrote: > This driver was copied from the original 8250 driver and hence > got the DEC alpha errata workaround. But the workaround is ugly > and we don't really want it in any more places than it absolutely > needs to be. Obviously ARCH=m32r means ARCH != alpha, so just > remove the references to the ALPHA_KLUDGE_MCR define. > > Signed-off-by: Paul Gortmaker Acked-by: Alan Cox