On 4/24/07, Mohammad Sadegh Sadri [off-list ref] wrote:
suppose that in my base system I have included 8kbytes of memory for DS OCM and 8K for IS OCM,
I have generated the proper xparameters.h and copied it into kernel
Now I want to know if kernel will use this portion of memory during it's operation?
Does this increase performance?
No, it won't use that memory as general purpose RAM. You can make use
of it in device drivers (ie. for DMA space), but you'll need to write
the code to support it.
Cheers,
g.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195