summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch2
-rw-r--r--patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch b/patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch
index f93b3e7..23cbbb8 100644
--- a/patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch
+++ b/patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch
@@ -24,7 +24,7 @@ index 27fb99cfeb02..9a2c36d081bf 100644
24@@ -1127,6 +1128,7 @@ do { \ 24@@ -1127,6 +1128,7 @@ do { \
25 */ 25 */
26 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 26 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
27 bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 27 void prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
28+void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 28+void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
29 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 29 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
30 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 30 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
diff --git a/patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch b/patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch
index 8cd7387..fa056c5 100644
--- a/patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch
+++ b/patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch
@@ -24,7 +24,7 @@ index 27fb99cfeb02..9a2c36d081bf 100644
24@@ -1127,6 +1128,7 @@ do { \ 24@@ -1127,6 +1128,7 @@ do { \
25 */ 25 */
26 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 26 void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
27 bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 27 void prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
28+void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 28+void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
29 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 29 long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state);
30 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); 30 void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);