[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
[linux-2.6-block.git] / include / linux / proc_fs.h
index 3435ca38dd142ee705bc57032d0fd855b8c18635..57f70bc8b24bba1bf3f9e9336a1a10b01945778c 100644 (file)
@@ -268,7 +268,9 @@ static inline struct proc_dir_entry *PDE(const struct inode *inode)
 struct proc_maps_private {
        struct pid *pid;
        struct task_struct *task;
+#ifdef CONFIG_MMU
        struct vm_area_struct *tail_vma;
+#endif
 };
 
 #endif /* _LINUX_PROC_FS_H */