1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 **************************************************************************** 11 ****************************************************************************/ 12 #ifndef __ASM_SH_PGALLOC_H 13 #define __ASM_SH_PGALLOC_H 14 15 #include <linux/quicklist.h> 16 #include <asm/page.h> 17 18 #define QUICK_PGD 0 19 #define QUICK_PT 1 20 21 #define pmd_pgtable(pmd) pmd_page(pmd) 22 #define __pte_free_tlb(tlb,pte) do { pgtable_page_dtor(pte); tlb_remove_page((tlb), (pte)); } while (0) 23 #define pmd_free(mm, x) do { } while (0) 24 #define __pmd_free_tlb(tlb,x) do { } while (0) 25 #endif 26