summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libnuma.c
blob: 4763d9cd587d51c8528ee9d5f80165dc93bb6565 (plain)
1
2
3
4
5
6
7
8
9
#include <numa.h>
#include <numaif.h>

int main(void)
{
	numa_available();

	return 0;
}
oid'>04cf31a759ef575f750a63777cee95500e410994 (patch) treeee5dbbf8b9ac93c0b0e28a21b59db58cd4b19bcf /kernel/livepatch parent8c50b72a3b4f1f7cdfdfebd233b1cbd121262e65 (diff)
ftrace: Make ftrace_location_range() global
In order to support live patching on powerpc we would like to call ftrace_location_range(), so make it global. Signed-off-by: Torsten Duwe <duwe@suse.de> Signed-off-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'kernel/livepatch')