]> git.karo-electronics.de Git - karo-tx-linux.git/commit
blackfin: fix L1 data A overflow link issue
authorMike Frysinger <vapier@gentoo.org>
Wed, 28 Mar 2012 03:43:02 +0000 (11:43 +0800)
committerBob Liu <lliubbo@gmail.com>
Fri, 6 Apr 2012 02:25:02 +0000 (10:25 +0800)
commit95fc2d8f96d37995f2bd1ec49f46ee9816ddf5b7
treeaec88a8bd73d6e659c58478753ece9466be4256a
parent5d32c88f0b94061b3af2e3ade92422407282eb12
blackfin: fix L1 data A overflow link issue

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>
arch/blackfin/Kconfig