xen: arm64: basic config and types headers
authorIan Campbell <ian.campbell@citrix.com>
Fri, 22 Feb 2013 08:57:45 +0000 (08:57 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 22 Feb 2013 12:14:51 +0000 (12:14 +0000)
commitae01113535e9c1f7220e72ebe602030dd82b4fb0
treee5aadabac9675b1dccf879c500731fc0ae3a7cfc
parentdac84b66cc9adfdf7231f4c433553cc95db30930
xen: arm64: basic config and types headers

The 64-bit bitops are taken from the Linux asm-generic implementations. They
should be replaced with optimised versions from the Linux arm64 port when they
become available.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
xen/arch/arm/arm64/Makefile
xen/arch/arm/arm64/lib/Makefile [new file with mode: 0644]
xen/arch/arm/arm64/lib/bitops.c [new file with mode: 0644]
xen/arch/arm/arm64/lib/find_next_bit.c [new file with mode: 0644]
xen/include/asm-arm/arm32/bitops.h [new file with mode: 0644]
xen/include/asm-arm/arm64/bitops.h [new file with mode: 0644]
xen/include/asm-arm/bitops.h
xen/include/asm-arm/config.h
xen/include/asm-arm/types.h