From: Matt Domsch Three patches to move the BIOS Enhanced Disk Drive code from i386-specific locations into more generic locations, which will allow it to be used on x86-64 as well. move edd.h from include/asm-i386 to include/linux --- /dev/null | 180 -------------------------------------- 25-akpm/arch/i386/kernel/setup.c | 2 25-akpm/include/linux/edd.h | 181 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+), 181 deletions(-) diff -puN arch/i386/kernel/setup.c~edd-01-move-to-include-linux arch/i386/kernel/setup.c --- 25/arch/i386/kernel/setup.c~edd-01-move-to-include-linux 2004-03-17 15:17:56.699914936 -0800 +++ 25-akpm/arch/i386/kernel/setup.c 2004-03-17 15:17:56.706913872 -0800 @@ -38,10 +38,10 @@ #include #include #include +#include #include