diff options
author | Elliott Hughes <enh@google.com> | 2014-02-10 18:37:02 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-02-11 10:24:40 -0800 |
commit | a6ecba4d233d7b769a05ee81ae908c9105352624 (patch) | |
tree | 496b3cbe11b5f4037703f3855f7c95704a451d30 /libc/arch-mips64/mips64.mk | |
parent | 71e4466b100359f36a29c8c0277888df6081a265 (diff) | |
download | bionic-a6ecba4d233d7b769a05ee81ae908c9105352624.zip bionic-a6ecba4d233d7b769a05ee81ae908c9105352624.tar.gz bionic-a6ecba4d233d7b769a05ee81ae908c9105352624.tar.bz2 |
Clean up cacheflush.
No cacheflush for LP64; use the GCC builtin instead. Clean up the
32-bit MIPS implementation now we no longer need to worry about
old versions of GCC.
Bug: 12924756
Change-Id: Ie23955b3ec194e226c4b2bce35b11d5e061f4753
Diffstat (limited to 'libc/arch-mips64/mips64.mk')
-rw-r--r-- | libc/arch-mips64/mips64.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/arch-mips64/mips64.mk b/libc/arch-mips64/mips64.mk index d81f02a..19be126 100644 --- a/libc/arch-mips64/mips64.mk +++ b/libc/arch-mips64/mips64.mk @@ -1,7 +1,6 @@ _LIBC_ARCH_COMMON_SRC_FILES := \ arch-mips64/bionic/__bionic_clone.S \ arch-mips64/bionic/bzero.S \ - arch-mips64/bionic/cacheflush.cpp \ arch-mips64/bionic/_exit_with_stack_teardown.S \ arch-mips64/bionic/futex_mips.S \ arch-mips64/bionic/__get_sp.S \ |