diff options
Diffstat (limited to 'ANDROID_3.4.5/include/asm-generic/pgalloc.h')
-rw-r--r-- | ANDROID_3.4.5/include/asm-generic/pgalloc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ANDROID_3.4.5/include/asm-generic/pgalloc.h b/ANDROID_3.4.5/include/asm-generic/pgalloc.h deleted file mode 100644 index 9e429d08..00000000 --- a/ANDROID_3.4.5/include/asm-generic/pgalloc.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ASM_GENERIC_PGALLOC_H -#define __ASM_GENERIC_PGALLOC_H -/* - * an empty file is enough for a nommu architecture - */ -#ifdef CONFIG_MMU -#error need to implement an architecture specific asm/pgalloc.h -#endif - -#define check_pgt_cache() do { } while (0) - -#endif /* __ASM_GENERIC_PGALLOC_H */ |