Skip to content
Snippets Groups Projects
  1. Oct 18, 2005
  2. Oct 17, 2005
  3. Oct 16, 2005
    • Al Viro's avatar
      [PATCH]: highest_possible_processor_id() has to be a macro · 688ce17b
      Al Viro authored
      
      	... 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: default avatarAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      688ce17b
  4. Oct 14, 2005
  5. Oct 13, 2005
  6. Oct 12, 2005
  7. Oct 10, 2005
  8. Oct 08, 2005
  9. Oct 07, 2005
  10. Oct 06, 2005
  11. Oct 05, 2005
  12. Oct 04, 2005
Loading