KAMEZAWA Hiroyuki
8357f8695d
[PATCH] define for_each_online_pgdat
...
This patch defines for_each_online_pgdat() as a replacement of
for_each_pgdat()
Now, online nodes are managed by node_online_map. But for_each_pgdat()
uses pgdat_link to iterate over all nodes(pgdat). This means management
structure for online pgdat is duplicated.
I think using node_online_map for for_each_pgdat() is simple and sane
rather ather than pgdat_link. New macro is named as
for_each_online_pgdat(). Following patch will fix callers of
for_each_pgdat().
The bootmem allocater uses for_each_pgdat() before pgdat initialization. I
don't think it's sane. Following patch will fix it.
Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com >
Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com >
Signed-off-by: Andrew Morton <akpm@osdl.org >
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-03-27 08:44:47 -08:00
..
2006-03-21 08:52:18 -08:00
2006-03-20 23:24:25 -05:00
2006-03-22 13:56:56 -08:00
2006-03-22 13:56:56 -08:00
2006-03-22 13:56:56 -08:00
2006-03-22 13:56:56 -08:00
2006-03-27 08:44:43 -08:00
2006-03-23 07:38:03 -08:00
2006-03-27 08:44:43 -08:00
2006-03-21 21:21:31 -05:00
2006-03-27 08:44:40 -08:00
2006-03-24 07:33:20 -08:00
2006-03-26 08:57:15 -08:00
2006-03-23 20:00:26 +01:00
2006-03-23 20:00:26 +01:00
2006-03-25 09:10:56 -08:00
2006-03-26 08:57:01 -08:00
2006-03-23 07:38:10 -08:00
2006-03-25 08:22:56 -08:00
2006-03-23 07:38:09 -08:00
2006-03-25 18:15:24 +00:00
2006-03-23 20:00:26 +01:00
2006-03-26 08:56:57 -08:00
2006-03-25 08:23:01 -08:00
2006-03-25 08:23:00 -08:00
2006-03-24 07:33:22 -08:00
2006-03-21 20:14:08 +11:00
2006-03-25 08:22:53 -08:00
2006-03-20 22:50:58 -08:00
2006-03-22 10:58:05 -08:00
2006-03-25 08:22:53 -08:00
2006-03-22 10:53:19 +01:00
2006-03-25 09:10:54 -08:00
2006-03-20 22:42:39 -08:00
2006-03-26 08:56:54 -08:00
2006-03-23 07:38:17 -08:00
2006-03-23 07:38:14 -08:00
2006-03-26 08:57:01 -08:00
2006-03-24 07:33:25 -08:00
2006-03-23 07:38:09 -08:00
2006-03-26 08:57:01 -08:00
2006-03-25 09:24:53 -08:00
2006-03-26 08:57:09 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:17 -08:00
2006-03-26 08:57:05 -08:00
2006-03-26 08:56:53 -08:00
2006-03-26 08:56:56 -08:00
2006-03-26 08:57:03 -08:00
2006-03-22 07:54:04 -08:00
2006-03-23 14:21:50 -08:00
2006-03-24 16:27:00 -03:00
2006-03-23 14:21:51 -08:00
2006-03-26 08:57:00 -08:00
2006-03-24 07:33:28 -08:00
2006-03-20 22:41:23 -08:00
2006-03-20 22:39:47 -08:00
2006-03-23 07:38:09 -08:00
2006-03-25 08:22:56 -08:00
2006-03-25 08:22:53 -08:00
2006-03-26 08:56:56 -08:00
2006-03-26 08:56:56 -08:00
2006-03-26 08:56:56 -08:00
2006-03-20 22:21:10 -08:00
2006-03-25 08:22:55 -08:00
2006-03-26 08:56:55 -08:00
2006-03-25 08:22:58 -08:00
2006-03-23 07:38:12 -08:00
2006-03-26 08:57:03 -08:00
2006-03-24 10:18:43 -05:00
2006-03-24 07:33:25 -08:00
2006-03-23 07:38:12 -08:00
2006-03-25 08:22:53 -08:00
2006-03-24 07:33:23 -08:00
2006-03-26 08:57:00 -08:00
2006-03-22 07:54:06 -08:00
2006-03-22 07:53:57 -08:00
2006-03-22 07:54:02 -08:00
2006-03-27 08:44:47 -08:00
2006-03-25 08:39:20 -08:00
2006-03-25 08:22:52 -08:00
2006-03-23 07:38:15 -08:00
2006-03-23 07:38:13 -08:00
2006-03-23 07:38:14 -08:00
2006-03-23 07:38:14 -08:00
2006-03-21 23:58:08 -08:00
2006-03-20 22:32:28 -08:00
2006-03-20 22:58:21 -08:00
2006-03-20 22:45:21 -08:00
2006-03-27 08:44:47 -08:00
2006-03-22 07:53:58 -08:00
2006-03-24 07:33:22 -08:00
2006-03-24 07:33:27 -08:00
2006-03-23 14:35:16 -08:00
2006-03-23 07:38:07 -08:00
2006-03-25 08:22:53 -08:00
2006-03-26 08:56:57 -08:00
2006-03-23 07:38:16 -08:00
2006-03-25 08:22:51 -08:00
2006-03-25 08:22:59 -08:00
2006-03-23 07:38:17 -08:00
2006-03-25 08:22:51 -08:00
2006-03-25 08:22:53 -08:00
2006-03-23 19:56:55 +01:00
2006-03-22 07:53:55 -08:00
2006-03-23 01:16:06 -08:00
2006-03-26 08:57:03 -08:00
2006-03-25 09:24:53 -08:00
2006-03-23 07:38:12 -08:00
2006-03-25 23:03:13 +00:00
2006-03-22 17:33:12 -08:00
2006-03-26 08:57:09 -08:00
2006-03-20 22:43:56 -08:00
2006-03-25 08:22:49 -08:00
2006-03-26 08:56:55 -08:00
2006-03-20 22:41:23 -08:00
2006-03-26 08:57:00 -08:00
2006-03-26 08:57:00 -08:00
2006-03-24 07:33:31 -08:00
2006-03-23 07:38:07 -08:00
2006-03-24 07:33:15 -08:00
2006-03-20 22:40:29 -08:00
2006-03-20 21:32:58 -08:00
2006-03-26 08:57:03 -08:00
2006-03-26 08:57:03 -08:00
2006-03-26 08:56:57 -08:00
2006-03-27 08:44:43 -08:00
2006-03-25 08:22:52 -08:00
2006-03-23 07:38:11 -08:00
2006-03-26 08:57:00 -08:00
2006-03-25 08:23:01 -08:00
2006-03-23 07:38:14 -08:00
2006-03-24 16:26:58 -03:00
2006-03-23 07:38:08 -08:00
2006-03-23 07:12:57 -05:00
2006-03-24 07:33:26 -08:00
2006-03-22 00:01:31 -08:00
2006-03-20 21:25:50 -08:00
2006-03-25 08:22:53 -08:00