am 41f56e29: am c7559aea: am 777ebe86: Merge "Fix MIPS build."

* commit '41f56e29c789aa563821715e2f3e5b9d83974280':
  Fix MIPS build.
This commit is contained in:
Elliott Hughes 2013-10-09 16:54:42 -07:00 committed by Android Git Automerger
commit a72526073a
2 changed files with 2 additions and 3 deletions

View File

@ -55,8 +55,7 @@
#endif
/* This is the Android signature */
int cacheflush (long start, long end, long flags)
{
int cacheflush (long start, long end, long /*flags*/) {
if (end < start) {
/*
* It looks like this is really MIPS style cacheflush call

View File

@ -5,7 +5,7 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
arch-mips/bionic/_setjmp.S \
arch-mips/bionic/futex_mips.S \
arch-mips/bionic/bzero.S \
arch-mips/bionic/cacheflush.c \
arch-mips/bionic/cacheflush.cpp \
arch-mips/bionic/clone.S \
arch-mips/bionic/ffs.S \
arch-mips/bionic/memcmp16.S \