mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the now unused MMU_INIT macro.
This commit is contained in:
parent
db2f5a2461
commit
321d79fdca
1 changed files with 0 additions and 5 deletions
|
|
@ -277,11 +277,6 @@ build_pagetables:
|
|||
|
||||
RET
|
||||
|
||||
#define MMU_INIT(va,pa,n_sec,attr) \
|
||||
.word n_sec ; \
|
||||
.word 4*((va)>>L1_S_SHIFT) ; \
|
||||
.word (pa)|(attr) ;
|
||||
|
||||
Lvirtaddr:
|
||||
.word KERNVIRTADDR
|
||||
Lphysaddr:
|
||||
|
|
|
|||
Loading…
Reference in a new issue