1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Remove the now unused MMU_INIT macro.

This commit is contained in:
Andrew Turner 2014-02-09 12:52:39 +00:00
parent db2f5a2461
commit 321d79fdca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261651

View File

@ -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: