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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user