ChangeSet@1.1518, 2005-05-13 10:22:15-03:00, willy@w.ods.org
  [PATCH] floppy typo fix
  
  just in case you release an -rc3, would you please include this typo fix
  from Jurgen Quade. I have it in my tree since 2.4.23, it's a pure copy-paste
  typo which causes the driver either to print an incomplete message or a
  seconde unexpected one. BTW, it's fixed in 2.6.

ChangeSet@1.1517, 2005-05-13 10:19:23-03:00, mikpe@user.it.uu.se
  [PATCH] x86_64 linkage error on UP_IOAPIC
  
  When 2.4.31-pre2 is configured for X86_64 && !SMP && UP_IOAPIC
  it fails to link:
  
  arch/x86_64/kernel/kernel.o(.text+0x4591): In function `enable_irq':
  : undefined reference to `send_IPI_self'
  make: *** [vmlinux] Error 1
  
  A broken change in 2.4.31-pre{1,2} made the UP kernel reference
  a symbol which is only defined in the SMP kernel.
  
  The patch below fixes this by reverting that change.
  
  Signed-off-by: Mikael Pettersson <mikpe@csd.uu.se>

ChangeSet@1.1516, 2005-05-12 09:11:24-03:00, marcelo@logos.cnet
  Change EXTRAVERSION to 2.4.31-pre2
  TAG: v2.4.31-pre2