diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-12 10:09:54 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-12 10:09:59 +0200 |
commit | d3b7a06b031a22020e863ca4626af451c4659f98 (patch) | |
tree | 15644fcbfe26bcf32dfcb24aec20898431cf4a89 /patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch | |
parent | d19dcc594fc0b1c7ea65f0100cceec5996d0c9f6 (diff) | |
download | enea-kernel-cache-d3b7a06b031a22020e863ca4626af451c4659f98.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>
Diffstat (limited to 'patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch')
-rw-r--r-- | patches/boot_time_opt_guest/0101-do-accept-in-LIFO-order-for-cache-efficiency.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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); |