summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/powerpc/benchmarks/Makefile
blob: a9adfb7de78f3f163e5090c9c1ce7690e64b1afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEST_PROGS := gettimeofday context_switch mmap_bench futex_bench

CFLAGS += -O2

all: $(TEST_PROGS)

$(TEST_PROGS): ../harness.c

context_switch: ../utils.c
context_switch: CFLAGS += -maltivec -mvsx -mabi=altivec
context_switch: LDLIBS += -lpthread

include ../../lib.mk

clean:
	rm -f $(TEST_PROGS) *.o
(patch) tree4aff32d5f2f6fe2f54028bfd4d1b66fdd2f8d281 /sound/soc/codecs/wm8990.h 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/soc/codecs/wm8990.h')