![]() | |||||||||||
Messages in this thread Patch in this message |
trivial patch against 2.6.12-rc3-mm3, fs/proc/task_nommu.c :
need to declare the "proc_pid_smaps_op" struct to compile for nommu
architectures.
Signed-off-by : Hyok S. Choi <hyok.choi@samsung.com>
Index: linux-2.6.12-rc3-mm3/fs/proc/task_nommu.c
================================================================
--- linux-2.6.12-rc3-mm3/fs/proc/task_nommu.c 2005-03-02
16:38:10.000000000 +0900
+++ linux-2.6.12-rc3-mm3-hsc0/fs/proc/task_nommu.c 2005-05-06
12:05:11.000000000 +0900
@@ -162,3 +162,9 @@
.stop = m_stop,
.show = show_map
};
+struct seq_operations proc_pid_smaps_op = {
+ .start = m_start,
+ .next = m_next,
+ .stop = m_stop,
+ .show = show_map
+};
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| ||||||||||
| Last update: 2005-05-07 10:55 [from the cache] ©2003-2008 | |||||||||||