Make it an error to build armv6 without INTRNG enabled. Most kernel configs
have been updated for this, with the exception of the two marked as NO_UNIVERSE in r319514.
This commit is contained in:
parent
cde7ba44ac
commit
b599762296
@ -103,6 +103,10 @@ __FBSDID("$FreeBSD$");
|
||||
#error FreeBSD/arm doesn't provide compatibility with releases prior to 10
|
||||
#endif
|
||||
|
||||
#if __ARM_ARCH >= 6 && !defined(INTRNG)
|
||||
#error armv6 requires INTRNG
|
||||
#endif
|
||||
|
||||
struct pcpu __pcpu[MAXCPU];
|
||||
struct pcpu *pcpup = &__pcpu[0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user