commit | b02d6175859dfbdecb5ea6562867092b5d69d64e | [log] [tgz] |
---|---|---|
author | Mark Salter <msalter@redhat.com> | Fri Sep 21 14:35:49 2012 -0400 |
committer | Mark Salter <msalter@redhat.com> | Mon Sep 24 14:39:36 2012 -0400 |
tree | a4f0e934e3429462c4dfbdf749a5904874ace048 | |
parent | 979570e02981d4a8fc20b3cc8fd651856c98ee9d [diff] |
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: Mark Salter <msalter@redhat.com>