From 2f396ed2d80f636e45226a4b9f7ed81599c3115a Mon Sep 17 00:00:00 2001 From: brian Date: Fri, 8 Dec 2006 01:21:20 +0000 Subject: [PATCH] Remove the kgdb patch because on x86_64 the gcc command includes the -m32 flag which tells gcc to define __i386__ and that blows up when asm/kgdb.h cannot be found. That exists in asm-i386 but not asm-x86_64. When/if somebody can figure out why our kernel build is including the -m32 gcc flag and fixes it we can re-enable the kgdb patch. This is prob- ably due to some processor option in the kernel config file. Is anyone using kgdb with this kernel on this branch anyway? Maybe devs in local testing situations? --- lustre/kernel_patches/series/2.6-rhel4.series | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/kernel_patches/series/2.6-rhel4.series b/lustre/kernel_patches/series/2.6-rhel4.series index ca9614c..8b89a90 100644 --- a/lustre/kernel_patches/series/2.6-rhel4.series +++ b/lustre/kernel_patches/series/2.6-rhel4.series @@ -18,7 +18,6 @@ export_symbol_numa.patch qsnet-rhel4-2.6.patch linux-2.6-binutils-2.16.patch vm-tunables-rhel4.patch -2.6-rhel4-kgdb-ga.patch iallocsem_consistency.patch raid5-stats.patch raid5-configurable-cachesize.patch -- 1.8.3.1