summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2008-12-11 15:33:25 -0800
committerRalf Baechle <ralf@linux-mips.org>2009-01-11 09:57:21 +0000
commit25c3000300163e2ebf68d94425088de35ead3d76 (patch)
tree096d96e7e5fbe633bcbf1e19da53bcfea78461e3 /tools/perf/scripts/python/bin
parented918c2daf9ef4c3b52f75736c3a652e5160c8ad (diff)
downloadkernel-25c3000300163e2ebf68d94425088de35ead3d76.tar.gz
MIPS: Override assembler target architecture for octeon.
Gas from binutils 2.19 fails to compile some cop1 instructions with -march=octeon. Since the cop1 instructions are present in mips1, use that arch instead. This will be fixed in binutils 2.20. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
be37105a905466ff3a6ad50'>coda: get rid of CODA_ALLOC()Dan Carpenter 2019-07-16coda: change Coda's user api to use 64-bit time_t in timespecJan Harkes 2019-07-16coda: stop using 'struct timespec' in user APIArnd Bergmann 2019-07-16coda: clean up indentation, replace spaces with tabColin Ian King 2019-07-16coda: don't try to print names that were considered too longJan Harkes 2019-07-16coda: potential buffer overflow in coda_psdev_write()Jan Harkes 2019-07-16coda: add error handling for fgetZhouyang Jia 2019-07-16coda: pass the host file in vma->vm_file on mmapJan Harkes 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-14fs/coda/psdev.c: remove duplicate headerSabyasachi Gupta 2019-05-01coda: switch to ->free_inode()Al Viro 2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani 2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds 2018-02-01use linux/poll.h instead of asm/poll.hAl Viro 2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2017-11-27fs: annotate ->poll() instancesAl Viro 2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds 2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2017-11-05coda: fix 'kernel memory exposure attempt' in fsyncJan Harkes 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-04fs: fix kernel_read prototypeChristoph Hellwig 2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig 2017-06-29fs: implement vfs_iter_read using do_iter_readChristoph Hellwig