1. 02 Apr, 2003 2 commits
    • Linus Torvalds's avatar
      Fix naming confusion: number of symbol kallsyms is "num_kallsyms", · 797886bf
      Linus Torvalds authored
      while number of symbols is "num_syms". It used to be "num_syms" and
      "num_ksyms" respectively (ie the "k" was the wrong way around).
      
      The previous naming was not just confusing, it had caused one actual
      bug (ie the normal symbol code had used "num_syms", which was wrong
      in the old confusing naming scheme).
      797886bf
    • John Levon's avatar
      [PATCH] Convert APIC to driver model · e193be86
      John Levon authored
      This is Mikael's version of Pavel's patch, fixed to let CONFIG_PM=n
      compile. It works for me on my 2-way using oprofile.
      e193be86
  2. 01 Apr, 2003 38 commits