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
interface
Kbuild -rw-r--r-- 43 bytes
balloon.h -rw-r--r-- 1.1 KB
events.h -rw-r--r-- 3.5 KB
evtchn.h -rw-r--r-- 2.9 KB
features.h -rw-r--r-- 463 bytes
gntalloc.h -rw-r--r-- 2.6 KB
gntdev.h -rw-r--r-- 5.6 KB
grant_table.h -rw-r--r-- 6.4 KB
hvc-console.h -rw-r--r-- 479 bytes
hvm.h -rw-r--r-- 695 bytes
page.h -rw-r--r-- 347 bytes
platform_pci.h -rw-r--r-- 1.5 KB
privcmd.h -rw-r--r-- 2.6 KB
swiotlb-xen.h -rw-r--r-- 2.1 KB
tmem.h -rw-r--r-- 155 bytes
xen-ops.h -rw-r--r-- 875 bytes
xen.h -rw-r--r-- 856 bytes
xenbus.h -rw-r--r-- 7.7 KB
xenbus_dev.h -rw-r--r-- 1.7 KB
xencomm.h -rw-r--r-- 2.5 KB

back to top