]> git.baikalelectronics.ru Git - kernel.git/commit
xen: build infrastructure for generating hypercall depending symbols
authorJuergen Gross <jgross@suse.com>
Wed, 21 Jan 2015 07:49:22 +0000 (08:49 +0100)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 16 Mar 2015 14:49:13 +0000 (14:49 +0000)
commitf9fd0e53a8b4bb17f5ed5d8d618c18ab8e9de0e8
tree8f3de75f4cf3ad1eb3a6523dc89babbba46eb160
parentdf0bc3639250c344f17cf6a0d4e7f2efcea53998
xen: build infrastructure for generating hypercall depending symbols

Today there are several places in the kernel which build tables
containing one entry for each possible Xen hypercall. Create an
infrastructure to be able to generate these tables at build time.

Based-on-patch-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: David Vrabel <david.vrabel@citrix.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
arch/x86/syscalls/Makefile
scripts/xen-hypercalls.sh [new file with mode: 0644]