[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Default cache size 8000



Hi Aurash,

aurash wrote:
> I've seen the default cache size in the menuconfig is 8000, what this 
> number means?
> I know that mb_vanilla hardware has 8KB (2000h) cache for data and 
> instruction (each) but 8000 ? ... or it should be 8192?

It's a hex value - 0x8000 - but you are correct it should be 0x2000. 
It's not fatal, just makes things a little slower when the code in 
pgalloc.h loops through and clears the cache.

> is this parameter relevant for the kernel or is redundant somehow ?

It's relevant in existing targets - mbvanilla_net and suzaku.  It will 
soon be irrelevant, when the autoconfiguration stuff is finalised.

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/