summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-07-12 10:09:54 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-07-12 10:09:59 +0200
commitd3b7a06b031a22020e863ca4626af451c4659f98 (patch)
tree15644fcbfe26bcf32dfcb24aec20898431cf4a89
parentd19dcc594fc0b1c7ea65f0100cceec5996d0c9f6 (diff)
downloadenea-kernel-cache-intel-5.10.tar.gz
Revert "patches: boot_time_opt: Minor patch context update"intel-5.10
This reverts commit 699b52d176cd7464af4444c88f9ea54d64d868a1. Change-Id: I84269e25e971031a6350ca475513b7d731dcb96d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-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);