tcg-arm: fix __clear_cache() warning
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 21 Dec 2010 18:32:49 +0000 (19:32 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 21 Dec 2010 18:32:49 +0000 (19:32 +0100)
commitd79d0b2db282feb13da9dc24598fd6739ee5c297
tree188dac981db6d7f370c463833f8a1048797512ae
parent0669b69c7b15e27ba07ae405298caf9ba7101013
tcg-arm: fix __clear_cache() warning

Use __builtin___clear_cache() instead of __clear_cache() to avoid having
to define the function as extern. Fix the following warning:

| In file included from qemu/cpus.c:34:
| qemu/exec-all.h: In function 'tb_set_jmp_target1':
| qemu/exec-all.h:208: error: nested extern declaration of '__clear_cache'
| make[1]: *** [cpus.o] Error 1
| make: *** [subdir-i386-softmmu] Error 2

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec-all.h