2000-11-13 05:52:17

by Jeff Garzik

[permalink] [raw]
Subject: initcalls in pre4?

Alas...


--- include/linux/init.h 2000/10/30 19:37:38 1.1.1.5
+++ include/linux/init.h 2000/11/13 04:30:02 1.1.1.6
@@ -73,7 +73,7 @@
-#define __init __attribute__ ((__section__ (".text.init")))
+#define __init /* __attribute__ ((__section__ (".text.init")))
*/

--
Jeff Garzik |
Building 1024 | The chief enemy of creativity is "good" sense
MandrakeSoft | -- Picasso


2000-11-14 02:41:16

by Richard Henderson

[permalink] [raw]
Subject: Re: initcalls in pre4?

On Mon, Nov 13, 2000 at 12:51:24AM -0500, Jeff Garzik wrote:
> Alas...
>
> --- include/linux/init.h 2000/10/30 19:37:38 1.1.1.5
> +++ include/linux/init.h 2000/11/13 04:30:02 1.1.1.6
> @@ -73,7 +73,7 @@
> -#define __init __attribute__ ((__section__ (".text.init")))
> +#define __init /* __attribute__ ((__section__ (".text.init")))

Arg! This is my fault... -g does not give sensible line numbers on
Alpha in mdebug format when code is outside of .text. I thought I
cropped it out of the patch I sent to Linus, but obviously not in
the final version.


r~