Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bee18beb authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: enable atomic64_t support

parent 4e3d96de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ config BLACKFIN
	select HAVE_OPROFILE
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select HAVE_GENERIC_HARDIRQS
	select GENERIC_ATOMIC64
	select GENERIC_IRQ_PROBE
	select IRQ_PER_CPU if SMP
	select GENERIC_HARDIRQS_NO_DEPRECATED
+2 −0
Original line number Diff line number Diff line
@@ -121,4 +121,6 @@ static inline int atomic_test_mask(int mask, atomic_t *v)

#endif

#include <asm-generic/atomic64.h>

#endif