• Rusty Russell's avatar
    [PATCH] 2.5.6-pre2 I: 2.2.19-pre2 SYNC · c1b80063
    Rusty Russell authored
    	This set of one-liners are the ones which have already gone
    into 2.2.19-pre2.
    
    Andrey Panin <pazke@orbita1.ru>: [PATCH] arch_i386_kernel_smpboot.c missing __init:
      this patch adds missing __init directive for div64() function
      in arch/i386/kernel/smpboot.c. div64() is only used
      synchronize_tsc_bp() function which is marked __init.
    
    Andrey Panin <pazke@orbita1.ru>: [PATCH] remove annoying ISAPNP message:
      This patch removes useless messages like:
      "isapnp: Calling quirk for 02:00".
    
    John Fremlin <john@fremlin.de>: Patch to fix off by one in ide-scsi:
      Patch to fix off by one in ide-scsi
    
      To see it is correct compare with ide-cd behaviour
    
    René Scharfe <l.s.r@web.de>: [PATCH] compiler warnings in scripts_tkgen.c:
      this patch fixes two compiler warnings during make xconfig which
      turn up if one uses -Wshadow
    c1b80063
quirks.c 4.29 KB