summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/xen-ops.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge2009-03-17 21:30:55 +0100
committerJeremy Fitzhardinge2009-04-08 23:25:45 +0200
commitb96229b50d71c548302053c244b89572a5264c0b (patch)
treec45ae08d83489b5f3f2c870fb3824679c166808a /arch/x86/xen/xen-ops.h
parentXen: Add virt_to_pfn helper function (diff)
downloadkernel-qcow2-linux-b96229b50d71c548302053c244b89572a5264c0b.tar.gz
kernel-qcow2-linux-b96229b50d71c548302053c244b89572a5264c0b.tar.xz
kernel-qcow2-linux-b96229b50d71c548302053c244b89572a5264c0b.zip
xen/mmu: some early pagetable cleanups
1. make sure early-allocated ptes are pinned, so they can be later unpinned 2. don't pin pmd+pud, just make them RO 3. scatter some __inits around Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Diffstat (limited to 'arch/x86/xen/xen-ops.h')
-rw-r--r--arch/x86/xen/xen-ops.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h
index 2f5ef2632ea2..20139464943c 100644
--- a/arch/x86/xen/xen-ops.h
+++ b/arch/x86/xen/xen-ops.h
@@ -57,8 +57,6 @@ irqreturn_t xen_debug_interrupt(int irq, void *dev_id);
bool xen_vcpu_stolen(int vcpu);
-void xen_mark_init_mm_pinned(void);
-
void xen_setup_vcpu_info_placement(void);
#ifdef CONFIG_SMP