diff options
author | Michal Simek <monstr@monstr.eu> | 2009-03-27 16:25:37 +0300 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 16:25:37 +0300 |
commit | 6a3cece5e5e7e7c0fde769d7cf065fb8aef6e54e (patch) | |
tree | 9962f685e0155b87d8adf2ca6fa828ae964785d9 /arch/microblaze/include/asm/pgalloc.h | |
parent | 10713b1d9f4e64468e9b9d38c32eea0814568b92 (diff) | |
download | linux-6a3cece5e5e7e7c0fde769d7cf065fb8aef6e54e.tar.xz |
microblaze_v8: headers pgalloc.h pgtable.h
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/pgalloc.h')
-rw-r--r-- | arch/microblaze/include/asm/pgalloc.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pgalloc.h b/arch/microblaze/include/asm/pgalloc.h new file mode 100644 index 000000000000..2a4b35484010 --- /dev/null +++ b/arch/microblaze/include/asm/pgalloc.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2006 Atmark Techno, Inc. + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#ifndef _ASM_MICROBLAZE_PGALLOC_H +#define _ASM_MICROBLAZE_PGALLOC_H + +#define check_pgt_cache() do {} while (0) + +#endif /* _ASM_MICROBLAZE_PGALLOC_H */ |