| To: | Florian Fainelli <florian@openwrt.org> |
|---|---|
| Subject: | Re: [PATCH 3/3] MIPS: deal with larger physical offsets |
| From: | Sergei Shtylyov <sshtylyov@ru.mvista.com> |
| Date: | Thu, 28 Jan 2010 19:37:33 +0300 |
| Cc: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>, David Daney <ddaney@caviumnetworks.com> |
| In-reply-to: | <201001281522.37939.florian@openwrt.org> |
| References: | <201001281522.37939.florian@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (X11/20090320) |
Florian Fainelli wrote: AR7 has a larger physical offset than other MIPS based systems and therefore needs to setup its handlers beyond the usual KSEG0 range. When running the kernel in mapped mode this modification is also required. Remove function comment which is now incorrect. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Eugene Konev <ejka@imfi.kspu.ru> Signed-off-by: Florian Fainelli <florian@openwrt.org> --- diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c index 574608e..14d515f 100644 --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c ...] @@ -1283,9 +1279,18 @@ void __init *set_except_vector(int n, void *addr)exception_handlers[n] = handler; Missing space after *if* (should be easy for Ralf to fix manually though). You should run the patch thru scripts/checkpatch.pl first. WBR, Sergei |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 3/3] MIPS: deal with larger physical offsets, Ralf Baechle |
|---|---|
| Next by Date: | Re: [PATCH 3/3] MIPS: deal with larger physical offsets, Ralf Baechle |
| Previous by Thread: | Re: [PATCH 3/3] MIPS: deal with larger physical offsets, Ralf Baechle |
| Next by Thread: | Re: [PATCH 3/3] MIPS: deal with larger physical offsets, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |