1. 05 9月, 2005 1 次提交
  2. 08 7月, 2005 1 次提交
  3. 22 6月, 2005 1 次提交
    • A
      [PATCH] s1d13xxxfb linkage fix · 27f931da
      Andrew Morton 提交于
      s1d13xxxfb_remove() is referenced from s1d13xxxfb_probe(), which is marked
      __devinit().  So s1d13xxxfb_remove() cannot be marked __devexit.
      
      Does this all make sense?  Clearly the __devexit section will still be in
      core when the __devinit code is run, if the driver was loaded as a module.
      
      But I suppose that if the driver is statically linked, the __devexit section
      might be dropped early in boot.  Still, we wouldn't drop __devexit prior to
      initcall completion, at which point the __devinit code has all been run
      anyway.
      
      verdict: this code was legal and made sense.  Is this a generic problem, or an
      arm-specific problem?
      
        UPD     include/linux/compile.h
        CC      init/version.o
        LD      init/built-in.o
        LD      .tmp_vmlinux1
      `.exit.text' referenced in section `.init.text' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o
      
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Rusty Russell <rusty@rustcorp.com.au>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      27f931da
  4. 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