summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-07-06 11:57:30 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2022-07-07 17:08:24 +0200
commit699b52d176cd7464af4444c88f9ea54d64d868a1 (patch)
treea624436efdca373068d82d4ab061306d84a181a6
parentc930040f777c2546033b3fc55b475c0792ac62e9 (diff)
downloadenea-kernel-cache-699b52d176cd7464af4444c88f9ea54d64d868a1.tar.gz
patches: boot_time_opt: Minor patch context update
Adjust patch context after bumping upstream kernel reference, which now includes [1]. [1] https://github.com/intel/linux-intel-lts/commit/8cc58a6e2 Change-Id: I017f40cda3cd246d7685660b1faf670a77d9569a 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 23cbbb8..f93b3e7 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 void prepare_to_wait_exclusive(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);
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 fa056c5..8cd7387 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 void prepare_to_wait_exclusive(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);
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);