summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch')
-rw-r--r--0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch b/0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch
index 23e10ba..8ab565d 100644
--- a/0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch
+++ b/0050-xen-x86-p2m-Add-preemption-in-p2m_teardown.patch
@@ -1,7 +1,7 @@
From b03074bb47d10c9373688b3661c7c31da01c21a3 Mon Sep 17 00:00:00 2001
From: Julien Grall <jgrall@amazon.com>
Date: Tue, 11 Oct 2022 15:09:12 +0200
-Subject: [PATCH 50/67] xen/x86: p2m: Add preemption in p2m_teardown()
+Subject: [PATCH 050/126] xen/x86: p2m: Add preemption in p2m_teardown()
The list p2m->pages contain all the pages used by the P2M. On large
instance this can be quite large and the time spent to call
@@ -193,5 +193,5 @@ index 46eb51d44cf5..edbe4cee2717 100644
/* Add a page to a domain's p2m table */
--
-2.37.3
+2.37.4