From: Mark Salter Date: Fri, 21 Sep 2012 18:35:49 +0000 (-0400) Subject: c6x: use asm-generic/barrier.h X-Git-Tag: v3.6~20^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02d6175859dfbdecb5ea6562867092b5d69d64e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed