From d3b7a06b031a22020e863ca4626af451c4659f98 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 12 Jul 2022 10:09:54 +0200 Subject: Revert "patches: boot_time_opt: Minor patch context update" This reverts commit 699b52d176cd7464af4444c88f9ea54d64d868a1. Change-Id: I84269e25e971031a6350ca475513b7d731dcb96d Signed-off-by: Alexandru Avadanii --- .../0121-do-accept-in-LIFO-order-for-cache-efficiency.patch | 2 +- .../0101-do-accept-in-LIFO-order-for-cache-efficiency.patch | 2 +- 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 @@ -1127,6 +1128,7 @@ do { \ */ void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); - bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); + void prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); +void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); 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 @@ -1127,6 +1128,7 @@ do { \ */ void prepare_to_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); - bool prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); + void prepare_to_wait_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); +void prepare_to_wait_exclusive_lifo(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); long prepare_to_wait_event(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry, int state); void finish_wait(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry); -- cgit v1.2.3-54-g00ecf