Revision 95fc2d8f96d37995f2bd1ec49f46ee9816ddf5b7 authored by Mike Frysinger on 28 March 2012, 03:43:02 UTC, committed by Bob Liu on 06 April 2012, 02:25:02 UTC
This patch fix below compile error:
"bfin-uclinux-ld: L1 data A overflow!"

It is due to the recent lib/gen_crc32table.c change:
46c5801eaf86e83cb3a4142ad35188db5011fff0
crc32: bolt on crc32c

it added 8KiB more data to __cacheline_aligned which cause blackfin L1 data
cache overflow.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
1 parent 5d32c88
History
File Mode Size
Kconfig -rw-r--r-- 867 bytes
Makefile -rw-r--r-- 423 bytes
aaci.c -rw-r--r-- 25.0 KB
aaci.h -rw-r--r-- 6.9 KB
pxa2xx-ac97-lib.c -rw-r--r-- 8.3 KB
pxa2xx-ac97.c -rw-r--r-- 6.3 KB
pxa2xx-pcm-lib.c -rw-r--r-- 7.3 KB
pxa2xx-pcm.c -rw-r--r-- 3.1 KB
pxa2xx-pcm.h -rw-r--r-- 899 bytes

back to top