1. 05 9月, 2008 1 次提交
  2. 17 4月, 2008 2 次提交
    • P
      x86: coding style fixes to arch/x86/kernel/cpu/umc.c · 48e6b7a0
      Paolo Ciarrocchi 提交于
      Before:
         total: 3 errors, 1 warnings, 23 lines checked
      After:
         total: 0 errors, 0 warnings, 25 lines checked
      
      No code changed:
      
      arch/x86/kernel/cpu/umc.o:
      
         text	   data	    bss	    dec	    hex	filename
           24	    616	      0	    640	    280	umc.o.before
           24	    616	      0	    640	    280	umc.o.after
      
      md5:
         e8daa3eaed0963a0cdd2e83c2e1f9823  umc.o.before.asm
         e8daa3eaed0963a0cdd2e83c2e1f9823  umc.o.after.asm
      Signed-off-by: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      48e6b7a0
    • T
      x86: use ELF section to list CPU vendor specific code · 03ae5768
      Thomas Petazzoni 提交于
      Replace the hardcoded list of initialization functions for each CPU
      vendor by a list in an ELF section, which is read at initialization in
      arch/x86/kernel/cpu/cpu.c to fill the cpu_devs[] array. The ELF
      section, named .x86cpuvendor.init, is reclaimed after boot, and
      contains entries of type "struct cpu_vendor_dev" which associates a
      vendor number with a pointer to a "struct cpu_dev" structure.
      
      This first modification allows to remove all the VENDOR_init_cpu()
      functions.
      
      This patch also removes the hardcoded calls to early_init_amd() and
      early_init_intel(). Instead, we add a "c_early_init" member to the
      cpu_dev structure, which is then called if not NULL by the generic CPU
      initialization code. Unfortunately, in early_cpu_detect(), this_cpu is
      not yet set, so we have to use the cpu_devs[] array directly.
      
      This patch is part of the Linux Tiny project, and is needed for
      further patch that will allow to disable compilation of unused CPU
      support code.
      Signed-off-by: NThomas Petazzoni <thomas.petazzoni@free-electrons.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      03ae5768
  3. 11 10月, 2007 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 26 9月, 2006 2 次提交
  6. 06 2月, 2006 1 次提交
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4