aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/arch-mips/asm/pgalloc.h
diff options
context:
space:
mode:
authorRaghu Gandham <raghu@mips.com>2012-09-21 17:13:25 -0700
committerRaghu Gandham <raghu@mips.com>2012-09-21 17:14:05 -0700
commit988ff8ff9fb8bb3394d5571ce088b23dc828edb5 (patch)
tree7611d4872120758dc0c182573c16ce914940b146 /libc/kernel/arch-mips/asm/pgalloc.h
parent47dc4d431017e701239dd7d9a16333e0ad56a0ac (diff)
downloadandroid_bionic-988ff8ff9fb8bb3394d5571ce088b23dc828edb5.tar.gz
android_bionic-988ff8ff9fb8bb3394d5571ce088b23dc828edb5.tar.bz2
android_bionic-988ff8ff9fb8bb3394d5571ce088b23dc828edb5.zip
[MIPS] Add CONFIG_32BIT to kernel_default_arch_macros for MIPS.
Some of the required structure definitons are defined under this macro. Change-Id: I7a9a986e371381697dcb56bd8ea362856ffa7509
Diffstat (limited to 'libc/kernel/arch-mips/asm/pgalloc.h')
-rw-r--r--libc/kernel/arch-mips/asm/pgalloc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/kernel/arch-mips/asm/pgalloc.h b/libc/kernel/arch-mips/asm/pgalloc.h
index e3ef3b853..0f163460b 100644
--- a/libc/kernel/arch-mips/asm/pgalloc.h
+++ b/libc/kernel/arch-mips/asm/pgalloc.h
@@ -24,6 +24,8 @@
#include <linux/sched.h>
#define pmd_pgtable(pmd) pmd_page(pmd)
#define __pte_free_tlb(tlb,pte) do { pgtable_page_dtor(pte); tlb_remove_page((tlb), pte); } while (0)
-#define check_pgt_cache() do { } while (0)
+#define pmd_free(mm, x) do { } while (0)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#define __pmd_free_tlb(tlb, x) do { } while (0)
+#define check_pgt_cache() do { } while (0)
#endif