1. 28 10月, 2005 26 次提交
  2. 27 10月, 2005 12 次提交
  3. 26 10月, 2005 2 次提交
    • I
      [ARM] 3032/1: sparse: complains about generic_fls() prototype in asm-arm/bitops.h · 7edc24c4
      Ian Campbell 提交于
      Patch from Ian Campbell
      
      Sparse complains about the definition of generic_fls in asm-arm/bitops.h:
        CHECK   /home/icampbell/devel/kernel/2.6/arch/arm/mach-pxa/viper.c
      include2/asm/bitops.h:350:34: error: marked inline, but without a definition
      
      The definition is unnecessary since linux/bitops.h defines generic_fls before including asm/bitops.h and asm/bitops.h should not be included directly. There are still some places where asm/bitops.h is directly included, but I think that code should be fixed. I was a little wary of the patch for this reason but lubbock, mainstone and assabet all build OK and so do my in house boards...
      
      ARM is the only arch with the generic_fls prototype in this way.
      Signed-off-by: NIan Campbell <icampbell@arcom.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7edc24c4
    • L
      PCI: be more verbose about resource quirks · 6693e74a
      Linus Torvalds 提交于
      When reserving an PCI quirk, note that in the kernel bootup messages.
      
      Also, parse the strange PIIX4 device resources - they should get their
      own PCI resource quirks, but for now just print out what it finds to
      verify that the code does the right thing.
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6693e74a