From: Andrew Morton Cc: Christoph Lameter Signed-off-by: Andrew Morton --- include/linux/swapops.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/swapops.h~read-write-migration-entries-make-mprotect-convert-write-migration-fix-fix-fix include/linux/swapops.h --- devel/include/linux/swapops.h~read-write-migration-entries-make-mprotect-convert-write-migration-fix-fix-fix 2006-04-21 04:31:56.000000000 -0700 +++ devel-akpm/include/linux/swapops.h 2006-04-21 04:31:56.000000000 -0700 @@ -110,7 +110,7 @@ extern void migration_entry_wait(struct #define make_migration_entry(page, write) swp_entry(0, 0) #define is_migration_entry(swp) 0 #define migration_entry_to_page(swp) NULL -static inline void make_migration_entry_read(swp_entry_t entryp) { } +static inline void make_migration_entry_read(swp_entry_t *entryp) { } static inline void migration_entry_wait(struct mm_struct *mm, pmd_t *pmd, unsigned long address) { } static inline int is_write_migration_entry(swp_entry_t entry) _