# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.639 -> 1.640 # include/linux/ide24.h 1.3 -> 1.4 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/07/10 axboe@burns.home.kernel.dk 1.640 # yet again highmem compile fix, this time from Anton Altaparmakov # -------------------------------------------- # diff -Nru a/include/linux/ide24.h b/include/linux/ide24.h --- a/include/linux/ide24.h Wed Jul 10 10:51:27 2002 +++ b/include/linux/ide24.h Wed Jul 10 10:51:27 2002 @@ -581,7 +581,7 @@ extern inline void ide_unmap_buffer(char *buffer, unsigned long *flags) { - bio_kunmap_irq(to, flags); + bio_kunmap_irq(buffer, flags); } /*