Messages in this thread Patch in this message |  | | | Date | Wed, 16 May 2007 16:36:19 -0700 | | From | "H. Peter Anvin" <> | | Subject | Re: 2.6.22-rc1-mm1 | |
Correction, does *this patch* do it for you?
-hpa
diff --git a/arch/i386/boot/setup.ld b/arch/i386/boot/setup.ld
index e9ca0c2..c9c5530 100644
--- a/arch/i386/boot/setup.ld
+++ b/arch/i386/boot/setup.ld
@@ -44,5 +44,5 @@ SECTIONS
/DISCARD/ : { *(.note*) }
- ASSERT(_end <= 0x8000, "Setup too big!")
+ . = ASSERT(_end <= 0x8000, "Setup too big!");
} |  |