linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Compile fix for suspend.c
@ 2003-07-20  9:23 Simon Fowler
  2003-07-20 11:33 ` Pavel Machek
  2003-07-20 19:17 ` Pavel Machek
  0 siblings, 2 replies; 4+ messages in thread
From: Simon Fowler @ 2003-07-20  9:23 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, pavel

[-- Attachment #1: Type: text/plain, Size: 845 bytes --]

kernel/suspend.c fails to build as of a bk pull at about 08:00 UTC,
with redefinitions of _text.

The attached patch fixes the build.

Simon

===== kernel/suspend.c 1.42 vs edited =====
--- 1.42/kernel/suspend.c       Sat May  3 04:16:11 2003
+++ edited/kernel/suspend.c     Sun Jul 20 19:14:48 2003
@@ -83,7 +83,6 @@
 #define ADDRESS2(x) __ADDRESS(__pa(x))         /* Needed for x86-64 where some pages are in m
emory twice */
 
 /* References to section boundaries */
-extern char _text, _etext, _edata, __bss_start, _end;
 extern char __nosave_begin, __nosave_end;
 
 extern int is_head_of_free_region(struct page *);

-- 
PGP public key Id 0x144A991C, or http://himi.org/stuff/himi.asc
(crappy) Homepage: http://himi.org
doe #237 (see http://www.lemuria.org/DeCSS) 
My DeCSS mirror: ftp://himi.org/pub/mirrors/css/ 

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-20 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20  9:23 [PATCH] Compile fix for suspend.c Simon Fowler
2003-07-20 11:33 ` Pavel Machek
2003-07-20 13:20   ` Simon Fowler
2003-07-20 19:17 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).