summaryrefslogtreecommitdiff
path: root/tools/perf/arch/xtensa/include/dwarf-regs-table.h
blob: aa0444a33fe607dd8137a2b6ab6366a1249751af (plain)
1
2
3
4
5
6
7
8
#ifdef DEFINE_DWARF_REGSTR_TABLE
/* This is included in perf/util/dwarf-regs.c */

static const char * const xtensa_regstr_tbl[] = {
	"a0", "a1", "a2", "a3", "a4", "a5", "a6", "a7",
	"a8", "a9", "a10", "a11", "a12", "a13", "a14", "a15",
};
#endif
Linus Torvalds <torvalds@linux-foundation.org>2017-02-08 09:56:15 -0800 commit23fbe2cdc1de80120cf9ccd478ac57c3a3a0764b (patch) tree4aff32d5f2f6fe2f54028bfd4d1b66fdd2f8d281 /sound/usb/line6/pcm.c parent926af6273fc683cd98cd0ce7bf0d04a02eed6742 (diff)parenteeeefd41843218c55a8782a6920f044d9bf6207a (diff)
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Pull block fix from Jens Axboe: "A single fix that should go into 4.10, fixing a regression on some devices with the WRITE_SAME command" * 'for-linus' of git://git.kernel.dk/linux-block: block: don't try Write Same from __blkdev_issue_zeroout
Diffstat (limited to 'sound/usb/line6/pcm.c')