lkml.org 
[lkml]   [2007]   [May]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateWed, 16 May 2007 16:36:19 -0700
From"H. Peter Anvin" <>
SubjectRe: 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!");
 }
\
 
 \ /
  Last update: 2007-05-17 01:41    [from the cache]
©2003-2008