Files
kernel_nothing_sm7325/lib
Greg Kroah-Hartman 5b72a540b0 ANDROID: restore some removed refcount functions
Due to the refcount functions being cleaned up and majorly simplified in
5.4.208, a number of previously exported functions that were part of
inline functions were removed and the real functions used instead.  As
those were part of the Android ABI, restore functions for these
"checked" refcount abis so that existing code continues to build
properly, while anything that is rebuilt, will be able to take advantage
of the new inline functions instead.

The functions restored are:
	refcount_inc_checked
	refcount_inc_not_zero_checked
	refcount_dec_checked
	refcount_dec_and_test_checked

Bug: 161946584
Fixes: d0d583484d ("locking/refcount: Consolidate implementations of refcount_t")
Cc: Will Deacon <willdeacon@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Ic080315ac173da8b374e0e5f2394cf2b6c1c109c
2022-07-30 15:19:41 +02:00
..
2022-05-18 09:47:25 +02:00
2021-09-15 09:47:29 +02:00
2019-07-25 15:47:37 +02:00
2022-07-12 16:30:49 +02:00
2022-06-23 15:04:40 +02:00
2021-05-07 14:06:34 +02:00
2020-11-05 11:43:22 +01:00
2020-10-01 13:18:23 +02:00