mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Make PTE_DEVICE a synonym for PTE_NOCACHE on armv4, to make it easier to
share the same code on both architectures.
This commit is contained in:
parent
ef0519c3a8
commit
c2d47adbb7
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@
|
|||
#else
|
||||
#define PTE_NOCACHE 1
|
||||
#define PTE_CACHE 2
|
||||
#define PTE_DEVICE PTE_NOCACHE
|
||||
#define PTE_PAGETABLE 3
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue