Re: lockmeter in 2.6.9-rc2-mm2

From: William Lee Irwin III
Date: Thu Sep 23 2004 - 23:36:06 EST


Ray Bryant <raybry@xxxxxxx> wrote:
>>> Does the x86_64 stuff compile now?

On Thu, Sep 23, 2004 at 09:21:06PM -0700, Andrew Morton wrote:
>> yup. I do regular x86 and x86_64 allfooconfig builds. I'd do so on
>> sparc64/ppc64/ia64 too, if they had a chance of compiling :(

On Thu, Sep 23, 2004 at 09:28:07PM -0700, William Lee Irwin III wrote:
> All it takes is grunt work to fix these; so how badly do you want them
> fixed?

FWIW, AFAICT x86-64 doesn't build with allyesconfig either. I use the
following to carry out allyesconfig compiletests.

Index: mm2-2.6.9-rc2/arch/x86_64/boot/tools/build.c
===================================================================
--- mm2-2.6.9-rc2.orig/arch/x86_64/boot/tools/build.c 2004-09-12 22:33:54.000000000 -0700
+++ mm2-2.6.9-rc2/arch/x86_64/boot/tools/build.c 2004-09-23 09:34:48.177166616 -0700
@@ -151,9 +151,6 @@
fprintf (stderr, "System is %d kB\n", sz/1024);
sys_size = (sz + 15) / 16;
/* 0x40000*16 = 4.0 MB, reasonable estimate for the current maximum */
- if (sys_size > (is_big_kernel ? 0x40000 : DEF_SYSSIZE))
- die("System is too big. Try using %smodules.",
- is_big_kernel ? "" : "bzImage or ");
while (sz > 0) {
int l, n;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/