[<prev] [next>] [day] [month] [year] [list]
Message-ID: <46F7F0BF.5040605@scram.de>
Date: Mon, 24 Sep 2007 19:15:43 +0200
From: Jochen Friedrich <jochen@...am.de>
To: linuxppc-embedded@...abs.org
CC: linux-kernel@...r.kernel.org, Marcelo Tosatti <marcelo@...ck.org>
Subject: [PATCH#2 4/4] [POWERPC] Fix cpm_uart driver
in cpm_uart_cpm1.h, DPRAM_BASE is assigned an address derived from cpmp.
On ARC=ppc, this is a physical address with 1:1 DMA mapping which can't
be used for arithmetric compare operations with virtual addresses
returned by cpm_dpram_addr. This patch changes the assignment to use
cpm_dpram_addr as well, like in cpm_uart_cpm2.h.
Signed-off-by: Jochen Friedrich <jochen@...am.de>
---
drivers/serial/cpm_uart/cpm_uart_cpm1.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
View attachment "e99364db4224fcfaf74389d1b59ec0637d899c17.diff" of type "text/x-patch" (453 bytes)
Powered by blists - more mailing lists