mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix typo in comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28641 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e5361590e7
commit
6695226331
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ static inline void cpucache_flush(void)
|
||||||
#undef CACHEALIGN_SIZE
|
#undef CACHEALIGN_SIZE
|
||||||
#endif
|
#endif
|
||||||
#ifdef CACHEALIGN_BITS
|
#ifdef CACHEALIGN_BITS
|
||||||
/* CACHEALIGN_BITS = 2 ^ CACHEALIGN_BITS */
|
/* CACHEALIGN_SIZE = 2 ^ CACHEALIGN_BITS */
|
||||||
#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS)
|
#define CACHEALIGN_SIZE (1u << CACHEALIGN_BITS)
|
||||||
#else
|
#else
|
||||||
/* FIXME: set to maximum known cache alignment of supported CPUs */
|
/* FIXME: set to maximum known cache alignment of supported CPUs */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue