* where is blast_dcache32 ?
@ 2010-11-02 12:50 loody
2010-11-02 12:59 ` Ralf Baechle
0 siblings, 1 reply; 3+ messages in thread
From: loody @ 2010-11-02 12:50 UTC (permalink / raw)
To: Linux MIPS Mailing List
Dear all:
I try to grep blast_dcache32 but the results show as below.
#pwd
linux-2.6.30.9/arch/mips
#grep -rnw 'blast_dcache32' *
mm/c-r4k.c:140: r4k_blast_dcache = blast_dcache32;
Binary file mm/built-in.o matches
mm/.svn/text-base/c-r4k.c.svn-base:140: r4k_blast_dcache = blast_dcache32;
Binary file mm/c-r4k.o matches
#
Would anyone tell me where I can find it?
did I grep the wrong folder?
Thanks for your help,
miloody
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: where is blast_dcache32 ?
2010-11-02 12:50 where is blast_dcache32 ? loody
@ 2010-11-02 12:59 ` Ralf Baechle
2010-11-02 13:21 ` loody
0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2010-11-02 12:59 UTC (permalink / raw)
To: loody; +Cc: Linux MIPS Mailing List
On Tue, Nov 02, 2010 at 08:50:18PM +0800, loody wrote:
> Dear all:
> I try to grep blast_dcache32 but the results show as below.
> #pwd
> linux-2.6.30.9/arch/mips
> #grep -rnw 'blast_dcache32' *
> mm/c-r4k.c:140: r4k_blast_dcache = blast_dcache32;
> Binary file mm/built-in.o matches
> mm/.svn/text-base/c-r4k.c.svn-base:140: r4k_blast_dcache = blast_dcache32;
> Binary file mm/c-r4k.o matches
> #
>
> Would anyone tell me where I can find it?
> did I grep the wrong folder?
You made the mistake of using grep ;-) The function is generated by a
number of pretty ugly macros arch/mips/include/asm/r4kcache.h.
Ralf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: where is blast_dcache32 ?
2010-11-02 12:59 ` Ralf Baechle
@ 2010-11-02 13:21 ` loody
0 siblings, 0 replies; 3+ messages in thread
From: loody @ 2010-11-02 13:21 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Linux MIPS Mailing List
hi ralf:
2010/11/2 Ralf Baechle <ralf@linux-mips.org>:
> On Tue, Nov 02, 2010 at 08:50:18PM +0800, loody wrote:
>
>> Dear all:
>> I try to grep blast_dcache32 but the results show as below.
>> #pwd
>> linux-2.6.30.9/arch/mips
>> #grep -rnw 'blast_dcache32' *
>> mm/c-r4k.c:140: r4k_blast_dcache = blast_dcache32;
>> Binary file mm/built-in.o matches
>> mm/.svn/text-base/c-r4k.c.svn-base:140: r4k_blast_dcache = blast_dcache32;
>> Binary file mm/c-r4k.o matches
>> #
>>
>> Would anyone tell me where I can find it?
>> did I grep the wrong folder?
>
> You made the mistake of using grep ;-) The function is generated by a
> number of pretty ugly macros arch/mips/include/asm/r4kcache.h.
I found it ~~
thanks a lot :-)
miloody
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-02 13:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-02 12:50 where is blast_dcache32 ? loody
2010-11-02 12:59 ` Ralf Baechle
2010-11-02 13:21 ` loody
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox