]> git.karo-electronics.de Git - mv-sheeva.git/commit
serial: driver for m32 arch should not have DEC alpha errata
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 4 Jan 2012 20:16:24 +0000 (15:16 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 5 Jan 2012 00:26:32 +0000 (16:26 -0800)
commit59087384e41e33ed070575aa4a834a7ff7d67e77
tree1f95ec7913df26bbea489927c633743dfc8f4449
parent343fe4074bf8a1551831f6505e738e99777f739d
serial: driver for m32 arch should not have DEC alpha errata

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 <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/m32r_sio.c