This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001649] AT91 hal extension


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001649

--- Comment #12 from Bernd Edlinger <bernd.edlinger@hotmail.de> 2012-09-13 12:27:35 BST ---
Created an attachment (id=1936)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1936)
reduce code size for targets without Cache.

This was necessary to compile the kcache2 test case for the ARM91SAM7S.
Of course that target has no cache at all, but some macros
like HAL_DCACHE_LINE_SIZE, HAL_DCACHE_FLUSH etc. are now always defined
for convenience.

It's always safe to use #ifdef HAL_DCACHE_SIZE for conditional compilation.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]