1. 05 9月, 2005 1 次提交
  2. 26 6月, 2005 1 次提交
  3. 17 4月, 2005 2 次提交
    • M
      [PATCH] efi: eliminate bad section references · c41f5eb3
      maximilian attems 提交于
      Randy please double check especially this one.
      there may be a better solution.
      
      Fix efi section references:
       remove __initdata for struct efi efi_phys 
       and struct efi_memory_map memmap
      
      Error: ./arch/i386/kernel/efi.o .text refers to 000000d3 R_386_32
      .init.data
      Error: ./arch/i386/kernel/efi.o .text refers to 000000ff R_386_32
      .init.data
      
      efi_memmap_walk (which is not __init nor static) 
      accesses both efi_phys and memmap.
      Signed-off-by: Nmaximilian attems <janitor@sternwelten.at>
      Acked-by: NRandy Dunlap <rddunlap@osdl.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      c41f5eb3
    • 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