Move CACHEALIGN_BITS to cpu headers

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25633 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-04-13 15:50:08 +00:00
parent d0af7f9601
commit 680fcd827d
5 changed files with 7 additions and 2 deletions

View file

@ -29,7 +29,6 @@
#define CPUFREQ_NORMAL 47923200
#define CPUFREQ_MAX 191692800
#define CACHEALIGN_BITS (4) /* 2^4 = 16 bytes */
#define WANTS_STORAGE_ALIGN
#define inl(a) (*(volatile unsigned long *) (a))