x86: move some xen mm function declarations
authorWei Liu <wei.liu2@citrix.com>
Tue, 7 Jan 2020 12:06:43 +0000 (12:06 +0000)
committerWei Liu <wl@xen.org>
Tue, 7 Jan 2020 13:33:19 +0000 (13:33 +0000)
commit8c4392063f3a03ac44bbebbdb0df1f82fe6ebbe5
tree7a1f8220384fcfcc170203c4dc2f1aa4980900eb
parent97e34ad22d226b9680f4f9c00d0bb3294e2a1c80
x86: move some xen mm function declarations

They were put into page.h but mm.h is more appropriate.

The real reason is that I will be adding some new functions which
takes mfn_t. It turns out it is a bit difficult to do in page.h.

No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/mm.h
xen/include/asm-x86/page.h