| To: | "Anoop P.A." <Anoop_P.A@pmc-sierra.com> |
|---|---|
| Subject: | Re: Cached Base address difference. |
| From: | Ralf Baechle <ralf@linux-mips.org> |
| Date: | Wed, 3 Feb 2010 13:33:31 +0100 |
| Cc: | linux-mips@linux-mips.org |
| In-reply-to: | <A7DEA48C84FD0B48AAAE33F328C0201404809DE0@BBY1EXM11.pmc_nt.nt.pmc-sierra.bc.ca> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1265015455-32553-1-git-send-email-wuzhangjin@gmail.com> <b2b2f2321002011903m7a090481m52d84a664beb5468@mail.gmail.com> <20100203012934.GA20375@linux-mips.org> <A7DEA48C84FD0B48AAAE33F328C0201404809DE0@BBY1EXM11.pmc_nt.nt.pmc-sierra.bc.ca> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.20 (2009-08-17) |
On Wed, Feb 03, 2010 at 03:34:25AM -0800, Anoop P.A. wrote: > I am seeing a address conflict in asm-generic/spaces.h . in spaces.h ( > 64 bit)CAC_BASE has been defined as 0x9800000000000000 however see mips > run says it is 0x9000000000000000 > http://books.google.co.in/books?id=kk8G2gK4Tw8C&lpg=PP1&dq=see%20mips%20 > run&pg=PA51#v=onepage&q=&f=false > > Is this intentional? <asm/mach-generic/spaces.h> defines: #ifndef CAC_BASE #ifdef CONFIG_DMA_NONCOHERENT #define CAC_BASE _AC(0x9800000000000000, UL) #else #define CAC_BASE _AC(0xa800000000000000, UL) #endif #endif No 0x9000000000000000 anywhere - and it would be wrong because it stands for uncached. Ralf |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Cached Base address difference., Anoop P.A. |
|---|---|
| Next by Date: | RE: Cached Base address difference., Anoop P.A. |
| Previous by Thread: | Cached Base address difference., Anoop P.A. |
| Next by Thread: | RE: Cached Base address difference., Anoop P.A. |
| Indexes: | [Date] [Thread] [Top] [All Lists] |