ck: Use default implementation < ARMv6

This commit is contained in:
Sebastian Huber 2020-09-22 17:49:20 +02:00
parent f1f0362080
commit 1c2cc5b3f7

View File

@ -51,7 +51,9 @@
#if __ARM_ARCH >= 6
#include "gcc/arm/ck_pr.h"
#else
#ifndef __rtems__
#include "gcc/arm/ck_pr_armv4.h"
#endif /* __rtems__ */
#endif
#elif defined(__aarch64__)
#include "gcc/aarch64/ck_pr.h"