Commit 69226a7
committed
cpu/arm: allow dead code in cpu/arm mod when building on non-arm
Other architectures may not need to do feature checks, and therefore
Feature::available, Feature::mask, etc are never used/read.
This snippet mirrors the similar bit at the top of cpu/intel.
Signed-off-by: Eric Richter <erichte@linux.ibm.com>1 parent 61dc195 commit 69226a7
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
0 commit comments