Re: [PATCH 1/5] Centralize linker-generated symbols.

From: Rusty Russell (rusty@rustcorp.com.au)
Date: Sun Jul 20 2003 - 10:09:07 EST


In message <pan.2003.07.20.07.21.32.296776@iname.com> you write:
> You forgot to remove them from kernel/suspend.c, breaking compile.
>
> Trivial patch:

Thanks! Linus, please apply.

--- linux-2.5/kernel/suspend.c-orig 2003-07-20 00:04:59.000000000 -0700
+++ linux-2.5/kernel/suspend.c 2003-07-20 00:12:52.000000000 -0700
@@ -83,7 +83,6 @@
 #define ADDRESS2(x) __ADDRESS(__pa(x)) /* Needed for x86-64 where some pages are in memory 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 *);

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jul 23 2003 - 22:00:40 EST