1. 14 3月, 2009 4 次提交
    • S
      x86/centaur: merge 32 & 64 bit version · 48f4c485
      Sebastian Andrzej Siewior 提交于
      there should be no difference, except:
      
       * the 64bit variant now also initializes the padlock unit.
       * ->c_early_init() is executed again from ->c_init()
       * the 64bit fixups made into 32bit path.
      Signed-off-by: NSebastian Andrzej Siewior <sebastian@breakpoint.cc>
      Cc: herbert@gondor.apana.org.au
      LKML-Reference: <1237029843-28076-2-git-send-email-sebastian@breakpoint.cc>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      48f4c485
    • I
      x86: cpu/common.c more cleanups · 0f3fa48a
      Ingo Molnar 提交于
      Complete/fix the cleanups of cpu/common.c:
      
       - fix ugly warning due to asm/topology.h -> linux/topology.h change
       - standardize the style across the file
       - simplify/refactor the code flow where possible
      
      Cc: Jaswinder Singh Rajput <jaswinder@kernel.org>
      LKML-Reference: <1237009789.4387.2.camel@localhost.localdomain>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      0f3fa48a
    • J
      x86: entry_32.S fix compile warnings - fix work mask bit width · 88200bc2
      Jaswinder Singh Rajput 提交于
      Fix:
      
       arch/x86/kernel/entry_32.S:446: Warning: 00000000080001d1 shortened to 00000000000001d1
       arch/x86/kernel/entry_32.S:457: Warning: 000000000800feff shortened to 000000000000feff
       arch/x86/kernel/entry_32.S:527: Warning: 00000000080001d1 shortened to 00000000000001d1
       arch/x86/kernel/entry_32.S:541: Warning: 000000000800feff shortened to 000000000000feff
       arch/x86/kernel/entry_32.S:676: Warning: 0000000008000091 shortened to 0000000000000091
      
      TIF_SYSCALL_FTRACE is 0x08000000 and until now we checked the
      first 16 bits of the work mask - bit 27 falls outside of that.
      
      Update the entry_32.S code to check the full 32-bit mask.
      
      [ %cx => %ecx fix from Cyrill Gorcunov <gorcunov@gmail.com> ]
      Signed-off-by: NJaswinder Singh Rajput <jaswinderrajput@gmail.com>
      Cc: Frederic Weisbecker <fweisbec@gmail.com>
      Cc: Steven Rostedt <rostedt@goodmis.org>
      Cc: "H. Peter Anvin" <hpa@kernel.org>
      LKML-Reference: <1237012693.18733.3.camel@ht.satnam>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      88200bc2
    • J
      x86: cpu/common.c cleanups · 9766cdbc
      Jaswinder Singh Rajput 提交于
      - fix various style problems
       - declare varibles before they get used
       - introduced clear_all_debug_regs
       - fix header files issues
      
      LKML-Reference: <1237009789.4387.2.camel@localhost.localdomain>
      Signed-off-by: NJaswinder Singh Rajput <jaswinder@kernel.org>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      9766cdbc
  2. 13 3月, 2009 16 次提交
  3. 12 3月, 2009 10 次提交
  4. 11 3月, 2009 10 次提交