On Mon, Mar 20, 2017 at 02:38:45PM +0000, Anthony PERARD wrote:
> Have only changed the value of APIC_BASE.
> 
> Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
> ---
>  arch/x86/include/arch/apicdef.h | 392 
> ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 392 insertions(+)
>  create mode 100644 arch/x86/include/arch/apicdef.h
> 
> diff --git a/arch/x86/include/arch/apicdef.h b/arch/x86/include/arch/apicdef.h
> new file mode 100644
> index 0000000..242c45e
> --- /dev/null
> +++ b/arch/x86/include/arch/apicdef.h
> @@ -0,0 +1,392 @@
> +#ifndef __ASM_APICDEF_H
> +#define __ASM_APICDEF_H
> +
> +/*
> + * Constants for various Intel APICs. (local APIC, IOAPIC, etc.)
> + *
> + * Alan Cox <alan....@linux.org>, 1995.
> + * Ingo Molnar <mi...@redhat.com>, 1999, 2000
> + */

Careful, this AFAICT is under GPLv2. I would argue that headers with defines
and structs cannot really be under any license, but anyway... I suggest you
pick the FreeBSD equivalent which is BSD-licensed [0].

Roger.

[0] https://svnweb.freebsd.org/base/head/sys/x86/include/apicreg.h?view=markup

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to