commit | f14d6f7c31c73a902a6b567dc719128e74603902 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Wed Jul 15 13:39:35 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon Jul 27 07:39:54 2009 +0200 |
tree | 7c073120349a11abf2c9bfb133c63efd6541373d | |
parent | 7bcb63b21327427b130edeb6e6ad44ee260b3043 [diff] |
microblaze: Add _PAGE_FILE macros to pgtable.h We need to define _PAGE_FILE macro and change pte functions. Microblaze use the same MMU as PowerPC that's why we define _PAGE_FILE in the same style. This change fixed remap_file_pages01 LTP test. Signed-off-by: Michal Simek <monstr@monstr.eu>