diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-06 11:57:30 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2022-07-07 17:08:24 +0200 |
commit | 699b52d176cd7464af4444c88f9ea54d64d868a1 (patch) | |
tree | a624436efdca373068d82d4ab061306d84a181a6 /patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch | |
parent | c930040f777c2546033b3fc55b475c0792ac62e9 (diff) | |
download | enea-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>
Diffstat (limited to 'patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch')
-rw-r--r-- | patches/boot_time_opt/0121-do-accept-in-LIFO-order-for-cache-efficiency.patch | 2 |
1 files changed, 1 insertions, 1 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); |