mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Remove #include <machine/asmacros.h> from files that don't need it.
This commit is contained in:
parent
0da5fed4eb
commit
6d51b77398
4 changed files with 1 additions and 4 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#include "assym.s"
|
||||
#include <machine/asm.h>
|
||||
#include <machine/armreg.h>
|
||||
#include <machine/asmacros.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/errno.h>
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include <machine/asmacros.h>
|
||||
#include <machine/armreg.h>
|
||||
#include "assym.s"
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@
|
|||
*/
|
||||
|
||||
#include <machine/asm.h>
|
||||
#include <machine/asmacros.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include "assym.s"
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
* The cpu_switch() code assumes ARM_RAS_START is ARM_TP_ADDRESS + 4, and
|
||||
* ARM_RAS_END is ARM_TP_ADDRESS + 8, so if that ever changes, be sure to
|
||||
* update the cpu_switch() (and cpu_throw()) code as well.
|
||||
* In addition, code in arm/include/atomic.h and arm/include/asmacros.h
|
||||
* In addition, code in arm/include/atomic.h and arm/arm/exception.S
|
||||
* assumes that ARM_RAS_END is at ARM_RAS_START+4, so be sure to update those
|
||||
* if ARM_RAS_END moves in relation to ARM_RAS_START (look for occurrences
|
||||
* of ldr/str rm,[rn, #4]).
|
||||
|
|
|
|||
Loading…
Reference in a new issue