mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
Remove the now unused MMU_INIT macro.
This commit is contained in:
parent
42b6b03337
commit
9b316f5262
@ -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 New Issue
Block a user