Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.16 8 lines 136 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#include <ppc-asm.h> 3 4#ifndef r1 5#define r1 sp 6#endif 7 8#define _GLOBAL(A) FUNC_START(test_ ## A)