forked from ARM-software/CMSIS_5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e01bffb
commit 7d64919
Showing
4 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME irq_armv8mbl.s | ||
#define DOMAIN_NS 0 | ||
#include "irq_armv8mbl_common.s" | ||
#define DOMAIN_NS 0 | ||
#include "irq_armv8mbl_common.s" | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME irq_armv8mbl_ns.s | ||
#define DOMAIN_NS 1 | ||
#include "irq_armv8mbl_common.s" | ||
#define DOMAIN_NS 1 | ||
#include "irq_armv8mbl_common.s" | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME irq_armv8mml.s | ||
#define DOMAIN_NS 0 | ||
#include "irq_armv8mml_common.s" | ||
#define DOMAIN_NS 0 | ||
#include "irq_armv8mml_common.s" | ||
END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
NAME irq_armv8mml_ns.s | ||
#define DOMAIN_NS 1 | ||
#include "irq_armv8mml_common.s" | ||
#define DOMAIN_NS 1 | ||
#include "irq_armv8mml_common.s" | ||
END |