16a3cece5SMichal Simek /*
26a3cece5SMichal Simek  * Copyright (C) 2006 Atmark Techno, Inc.
36a3cece5SMichal Simek  *
46a3cece5SMichal Simek  * This file is subject to the terms and conditions of the GNU General Public
56a3cece5SMichal Simek  * License. See the file "COPYING" in the main directory of this archive
66a3cece5SMichal Simek  * for more details.
76a3cece5SMichal Simek  */
86a3cece5SMichal Simek 
96a3cece5SMichal Simek #ifndef _ASM_MICROBLAZE_PGALLOC_H
106a3cece5SMichal Simek #define _ASM_MICROBLAZE_PGALLOC_H
116a3cece5SMichal Simek 
126a3cece5SMichal Simek #define check_pgt_cache()	do {} while (0)
136a3cece5SMichal Simek 
146a3cece5SMichal Simek #endif /* _ASM_MICROBLAZE_PGALLOC_H */
15