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

Commit 5b083091 authored by Steven Miao's avatar Steven Miao
Browse files

blackfin: smp: fix smp build after drop asm/system.h



Signed-off-by: default avatarSteven Miao <realmz6@gmail.com>
parent 35203053
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,7 +11,9 @@

#ifdef CONFIG_SMP

#include <asm/barrier.h>
#include <linux/linkage.h>
#include <linux/types.h>

asmlinkage int __raw_uncached_fetch_asm(const volatile int *ptr);
asmlinkage int __raw_atomic_update_asm(volatile int *ptr, int value);
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
#include <asm-generic/bitops/non-atomic.h>
#else

#include <asm/barrier.h>
#include <asm/byteorder.h>	/* swab32 */
#include <linux/linkage.h>