On Fri, 23 Oct 2015 15:17:05 +0100
David Hunt wrote:
> +#include "generic/rte_cpuflags.h"
> +
> +/* Symbolic values for the entries in the auxiliary table */
> +#define AT_HWCAP 16
> +#define AT_HWCAP2 26
> +#define AT_PLATFORM 15
> +
> +/* software based registers */
> +enum cpu_register_t {
>
From: Benjamin Boren
Signed-off-by: Benjamin Boren
Signed-off-by: David Hunt
---
.../common/include/arch/arm64/rte_cpuflags.h | 137 +
1 file changed, 137 insertions(+)
create mode 100644 lib/librte_eal/common/include/arch/arm64/rte_cpuflags.h
diff --git a/lib/librt
2 matches
Mail list logo