Re: [uClinux-dev] [PATCH ] nios2: fix data cache flush address range

2008-04-30 Thread Greg Ungerer
Title: Re: [uClinux-dev] [PATCH] nios2: fix data cache flush address range Hi Thomas, Thomas Chou wrote: > This fixed the bug when I changed the "flushd" instruction to "flushda". > The address range to flush should be changed accordingly. > > Si

Re: [uClinux-dev] [PATCH] nios2: fix data cache flush address range

2008-04-27 Thread Greg Ungerer
Hi Thomas, Thomas Chou wrote: This fixed the bug when I changed the "flushd" instruction to "flushda". The address range to flush should be changed accordingly. Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> Applied, thanks. Regards Greg linux-2.6.x/arch/nios2nommu/mm/memory.c |4 ++

[uClinux-dev] [PATCH] nios2: fix data cache flush address range

2008-04-24 Thread Thomas Chou
This fixed the bug when I changed the "flushd" instruction to "flushda". The address range to flush should be changed accordingly. Signed-off-by: Thomas Chou <[EMAIL PROTECTED]> --- linux-2.6.x/arch/nios2nommu/mm/memory.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a