summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-28 11:43:02 +0800
committerBob Liu <lliubbo@gmail.com>2012-04-06 10:25:02 +0800
commit95fc2d8f96d37995f2bd1ec49f46ee9816ddf5b7 (patch)
treeaec88a8bd73d6e659c58478753ece9466be4256a /tools/perf/scripts/python
parent5d32c88f0b94061b3af2e3ade92422407282eb12 (diff)
downloadkernel-95fc2d8f96d37995f2bd1ec49f46ee9816ddf5b7.tar.gz
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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
td>2021-11-01Merge tag 'x86_sev_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds 2021-10-25x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperVTianyu Lan 2021-10-19x86/sev: Carve out HV call's return value verificationBorislav Petkov 2021-10-01x86/sev: Return an error on a returned non-zero SW_EXITINFO1[31:0]Tom Lendacky 2021-09-15x86/sev: Fix noinstr for vc_ghcb_invalidate()Peter Zijlstra 2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky 2021-05-10x86/sev: Move GHCB MSR protocol and NAE definitions in a common headerBrijesh Singh 2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh