aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/include/asm/barrier.h
Commit message (Collapse)AuthorAge
* c6x: use asm-generic/barrier.hMark Salter2012-09-24
| | | | | | | | | | | 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: Mark Salter <msalter@redhat.com>
* Disintegrate asm/system.h for C6XDavid Howells2012-03-28
Disintegrate asm/system.h for C6X. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Mark Salter <msalter@redhat.com> cc: linux-c6x-dev@linux-c6x.org