Remove checks for <sys/cdefs.h> being included.

These files no longer depend on the macros required when these checks
were added.

PR:		263102 (exp-run)
Reviewed by:	brooks, imp, emaste
Differential Revision:	https://reviews.freebsd.org/D34804
This commit is contained in:
John Baldwin
2022-04-12 10:06:18 -07:00
parent 5f9c9ae2f2
commit 3d6f4411e4
11 changed files with 0 additions and 44 deletions
-4
View File
@@ -43,10 +43,6 @@
#ifndef MACHINE_ARMREG_H
#define MACHINE_ARMREG_H
#ifndef _SYS_CDEFS_H_
#error Please include sys/cdefs.h before including machine/armreg.h
#endif
#define INSN_SIZE 4
#define INSN_COND_MASK 0xf0000000 /* Condition mask */
#define PSR_MODE 0x0000001f /* mode mask */