summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-03-28 20:41:33 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2002-03-28 20:41:33 +0000
commit3f4d4f4e46865cb01d2e2717c6906e2ae079c042 (patch)
tree4f57f0b4269afbb0a80966a2bce9154062e6427a /include
parent4dfff8c160e1cb2f64b50a86211204395d00a0dd (diff)
Miscellaneous build/bug fixes.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/pgalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/pgalloc.h b/include/asm-arm/pgalloc.h
index 0945e2e4d280..18c0c5354f9c 100644
--- a/include/asm-arm/pgalloc.h
+++ b/include/asm-arm/pgalloc.h
@@ -30,4 +30,6 @@ extern void free_pgd_slow(pgd_t *pgd);
#define pgd_alloc(mm) get_pgd_slow(mm)
#define pgd_free(pgd) free_pgd_slow(pgd)
+#define check_pgt_cache() do { } while (0)
+
#endif