1. 29 7月, 2005 1 次提交
    • D
      powernow-k8 requires that a data structure for · 03938c3f
      Dave Jones 提交于
      each core be created in the _cpu_init function
      call.  The cpufreq infrastructure doesn't call
      _cpu_init for the second core in each processor.
      Some systems crashed when _get was called with
      an odd-numbered core because it tried to
      dereference a NULL pointer since the data
      structure had not been created.
      
      The attached patch solves the problem by
      initializing data structures for all shared
      cores in the _cpu_init function.  It should
      apply to 2.6.12-rc6 and has been tested by
      AMD and Sun.
      Signed-off-by: NMark Langsdorf <mark.langsdorf@amd.com>
      Signed-off-by: NDave Jones <davej@redhat.com>
      03938c3f
  2. 23 7月, 2005 14 次提交
  3. 22 7月, 2005 2 次提交
  4. 21 7月, 2005 1 次提交
  5. 20 7月, 2005 15 次提交
  6. 19 7月, 2005 7 次提交