Skip to content
Commit b02d6175 authored by Mark Salter's avatar Mark Salter
Browse files

c6x: use asm-generic/barrier.h



A recent patch in the linux-next tree caused a build failure on
C6X because C6X didn't define a read_barrier_depends() macro. C6X
does not support SMP and the architecture doesn't provide any
special memory ordering instructions, so it makes sense to just
use the generic barrier.h rather than patching the existing c6x
specific header.

Signed-off-by: default avatarMark Salter <msalter@redhat.com>
parent 979570e0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment