kernel-ark/arch/tile/include
Chen Gang cf3a13d790 arch: tile: include: asm: add cmpxchg64() definition
Need add cmpxchg64(), or will cause compiling issue.

Need define it as cmpxchg() only for 64-bit operation, since cmpxchg()
can support 8 bytes.

The related error (with allmodconfig):

  drivers/block/blockconsole.c: In function ‘bcon_advance_console_bytes’:
  drivers/block/blockconsole.c:164:2: error: implicit declaration of function ‘cmpxchg64’ [-Werror=implicit-function-declaration]

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2013-07-17 12:45:38 -04:00
..
arch
asm arch: tile: include: asm: add cmpxchg64() definition 2013-07-17 12:45:38 -04:00
gxio
hv tile: support new Tilera hypervisor 2013-05-02 16:20:31 -04:00
uapi tile: Add definition of NR_syscalls 2013-03-21 15:39:35 -04:00