Al Viro
688ce17b85
[PATCH]: highest_possible_processor_id() has to be a macro
...
... otherwise, things like alpha and sparc64 break and break
badly. They define cpu_possible_map to something else in smp.h
*AFTER* having included cpumask.h.
If that puppy is a macro, expansion will happen at the actual
caller, when we'd already seen #define cpu_possible_map ... and we will
get the right thing used.
As an inline helper it will be tokenized before we get to that
define and that's it; no matter what we define later, it won't affect
anything. We get modules with dependency on cpu_possible_map instead
of the right symbol (phys_cpu_present_map in case of sparc64), or outright
link errors if they are built-in.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Signed-off-by: David S. Miller <davem@davemloft.net >
2005-10-16 00:17:33 -07:00
..
2005-09-19 19:57:36 -07:00
2005-09-08 22:46:00 +01:00
2005-10-10 21:21:10 -07:00
2005-10-10 21:23:28 -07:00
2005-09-19 15:34:40 -07:00
2005-09-13 08:22:31 -07:00
2005-09-09 16:39:12 -07:00
2005-09-07 16:57:25 -07:00
2005-10-03 14:13:38 -07:00
2005-10-14 17:10:12 -07:00
2005-09-30 12:41:17 -07:00
2005-10-08 15:00:57 -07:00
2005-08-30 22:44:20 -05:00
2005-09-07 16:57:21 -07:00
2005-10-04 13:22:01 -07:00
2005-10-08 15:00:57 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:34 -07:00
2005-10-08 15:00:57 -07:00
2005-09-05 00:05:44 -07:00
2005-09-10 10:16:27 -07:00
2005-09-07 16:57:19 -07:00
2005-10-08 15:00:57 -07:00
2005-09-02 00:57:31 -07:00
2005-10-16 00:17:33 -07:00
2005-10-08 15:00:57 -07:00
2005-09-12 08:48:08 -07:00
2005-09-01 17:43:05 -07:00
2005-09-07 16:57:41 -07:00
2005-09-18 00:19:32 -07:00
2005-09-22 07:58:24 -07:00
2005-10-08 15:00:57 -07:00
2005-09-12 10:50:58 -07:00
2005-09-05 00:06:09 -07:00
2005-09-07 16:57:21 -07:00
2005-08-29 16:02:44 -07:00
2005-09-07 16:57:23 -07:00
2005-09-07 16:57:23 -07:00
2005-09-13 08:22:32 -07:00
2005-09-09 13:57:55 -07:00
2005-09-07 16:57:26 -07:00
2005-09-13 08:22:32 -07:00
2005-09-10 10:06:25 -07:00
2005-09-09 14:03:47 -07:00
2005-09-07 16:57:17 -07:00
2005-10-08 15:00:57 -07:00
2005-08-29 16:10:54 -07:00
2005-09-05 00:05:46 -07:00
2005-09-05 09:14:13 -07:00
2005-09-05 09:14:23 -07:00
2005-09-05 09:14:17 -07:00
2005-09-05 09:14:33 -07:00
2005-09-05 09:14:31 -07:00
2005-09-17 11:50:02 -07:00
2005-09-27 15:59:43 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 16:10:54 -07:00
2005-08-29 16:01:32 -07:00
2005-09-01 17:40:05 -07:00
2005-09-19 15:41:28 -07:00
2005-08-29 16:01:32 -07:00
2005-09-10 11:32:45 +09:00
2005-08-29 15:49:46 -07:00
2005-08-29 15:57:48 -07:00
2005-10-03 14:35:55 -07:00
2005-09-09 13:57:55 -07:00
2005-09-07 16:57:39 -07:00
2005-09-09 20:14:47 -05:00
2005-09-12 10:49:58 -07:00
2005-09-07 16:57:20 -07:00
2005-08-29 15:43:19 -07:00
2005-09-07 16:57:48 -07:00
2005-10-03 14:13:38 -07:00
2005-09-07 16:57:29 -07:00
2005-09-07 16:57:34 -07:00
2005-10-08 15:00:57 -07:00
2005-09-10 10:06:36 -07:00
2005-09-17 11:50:02 -07:00
2005-09-13 08:22:28 -07:00
2005-10-08 14:53:31 -07:00
2005-09-28 09:10:47 -07:00
2005-10-08 15:00:57 -07:00
2005-09-07 18:26:54 -07:00
2005-09-07 16:57:59 -07:00
2005-09-16 02:39:01 -04:00
2005-09-07 16:57:59 -07:00
2005-08-29 16:11:00 -07:00
2005-09-08 14:57:23 -07:00
2005-10-08 15:00:57 -07:00
2005-09-21 10:11:55 -07:00
2005-09-05 00:05:38 -07:00
2005-10-01 10:54:47 -07:00
2005-09-07 16:57:26 -07:00
2005-09-05 00:06:00 -07:00
2005-08-29 16:01:32 -07:00
2005-09-27 15:23:16 -07:00
2005-08-29 16:00:54 -07:00
2005-08-29 16:01:32 -07:00
2005-08-29 15:57:14 -07:00
2005-10-08 15:00:57 -07:00
2005-10-12 15:12:21 -07:00
2005-09-05 00:05:49 -07:00
2005-10-08 15:00:57 -07:00
2005-10-03 08:07:10 -07:00
2005-09-08 14:57:24 -07:00
2005-09-09 15:43:46 -07:00
2005-09-07 16:57:24 -07:00
2005-09-13 08:22:31 -07:00
2005-09-05 00:06:16 -07:00
2005-09-07 16:57:25 -07:00
2005-10-08 15:00:57 -07:00
2005-09-07 16:57:43 -07:00
2005-10-08 15:00:57 -07:00
2005-08-30 22:48:51 -05:00
2005-08-29 15:49:40 -07:00
2005-09-09 13:57:54 -07:00
2005-09-09 13:57:54 -07:00
2005-09-22 22:17:33 -07:00
2005-09-10 10:06:35 -07:00
2005-09-07 16:57:18 -07:00
2005-08-29 16:00:54 -07:00
2005-10-10 16:16:33 -07:00
2005-10-08 15:00:57 -07:00
2005-08-29 16:00:54 -07:00
2005-09-07 16:57:26 -07:00
2005-09-08 16:04:41 +01:00
2005-09-08 14:47:12 -07:00
2005-08-31 21:48:47 +01:00
2005-10-08 15:00:57 -07:00
2005-10-08 15:00:57 -07:00
2005-08-29 16:01:32 -07:00
2005-09-07 16:57:24 -07:00
2005-08-30 08:58:37 +02:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-09-10 10:06:21 -07:00
2005-10-08 15:00:57 -07:00
2005-10-10 08:36:46 -07:00
2005-10-08 15:00:57 -07:00
2005-09-05 00:05:45 -07:00
2005-09-21 10:12:18 -07:00
2005-09-22 04:30:44 -03:00
2005-08-29 15:56:18 -07:00
2005-10-08 15:00:57 -07:00
2005-09-18 00:18:32 -07:00
2005-09-10 10:06:36 -07:00
2005-09-09 14:03:48 -07:00
2005-09-07 16:57:34 -07:00
2005-09-07 16:57:40 -07:00
2005-09-09 13:57:58 -07:00
2005-10-08 15:00:57 -07:00
2005-09-08 16:22:48 -07:00
2005-09-08 16:23:04 -07:00
2005-09-12 12:23:52 -07:00
2005-09-13 08:22:32 -07:00
2005-09-09 13:57:49 -07:00
2005-10-08 15:00:57 -07:00
2005-09-07 00:27:54 -04:00
2005-09-10 10:06:25 -07:00
2005-08-29 16:00:54 -07:00