1. 11 5月, 2008 3 次提交
  2. 08 5月, 2008 2 次提交
    • T
      x86: cleanup PAT cpu validation · 8d4a4300
      Thomas Gleixner 提交于
      Move the scattered checks for PAT support to a single function. Its
      moved to addon_cpuid_features.c as this file is shared between 32 and
      64 bit.
      
      Remove the manipulation of the PAT feature bit and just disable PAT in
      the PAT layer, based on the PAT bit provided by the CPU and the
      current CPU version/model white list.
      
      Change the boot CPU check so it works on Voyager somewhere in the
      future as well :) Also panic, when a secondary has PAT disabled but
      the primary one has alrady switched to PAT. We have no way to undo
      that.
      
      The white list is kept for now to ensure that we can rely on known to
      work CPU types and concentrate on the software induced problems
      instead of fighthing CPU erratas and subtle wreckage caused by not yet
      verified CPUs. Once the PAT code has stabilized enough, we can remove
      the white list and open the can of worms.
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      8d4a4300
    • A
      x86: GEODE: cache results from geode_has_vsa2() and uninline · 547acec7
      Andres Salomon 提交于
      This moves geode_has_vsa2 into a .c file, caches the result we get from
      the VSA virtual registers, and causes the function to no longer be inline.
      
      [akpm@linux-foundation.org: cleanup]
      Signed-off-by: NAndres Salomon <dilinger@debian.org>
      Cc: Jordan Crouse <jordan.crouse@amd.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      547acec7
  3. 07 5月, 2008 1 次提交
  4. 05 5月, 2008 6 次提交
  5. 04 5月, 2008 2 次提交
  6. 01 5月, 2008 6 次提交
  7. 30 4月, 2008 1 次提交
  8. 29 4月, 2008 13 次提交
  9. 28 4月, 2008 1 次提交
  10. 27 4月, 2008 5 次提交