]> asedeno.scripts.mit.edu Git - linux.git/blob - tools/testing/selftests/powerpc/benchmarks/exec_target.c
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / tools / testing / selftests / powerpc / benchmarks / exec_target.c
1 // SPDX-License-Identifier: GPL-2.0+
2
3 /*
4  * Part of fork context switch microbenchmark.
5  *
6  * Copyright 2018, Anton Blanchard, IBM Corp.
7  */
8
9 void _exit(int);
10 void _start(void)
11 {
12         _exit(0);
13 }