Re: 2.3.118


Subject: Re: 2.3.118
From: Ivan Kokshaysky (ink@jurassic.park.msu.ru)
Date: Tue Sep 14 1999 - 05:47:18 PDT


On Tue, Sep 14, 1999 at 01:29:22PM +0200, Jean-Baptiste Vignaud wrote:
> >Have somebody succeded in compilling 2.3.118?
>
> Hum... 2.3.18 seem better.
>
Up and running on SX164 with following hack:

--- linux-2.3.18/include/asm-alpha/processor.h Thu Aug 5 02:48:00 1999
+++ linux/include/asm-alpha/processor.h Tue Sep 14 13:00:11 1999
@@ -114,6 +114,9 @@
 /* Do necessary setup to start up a newly executed thread. */
 extern void start_thread(struct pt_regs *, unsigned long, unsigned long);
 
+/* Forward declaration, a strange C thing */
+struct task_struct;
+
 /* Free all resources held by a thread. */
 extern void release_thread(struct task_struct *);
 
Alternatively, you can define release_thread() as noop (as in Richard's
patch, which I'll try later today)

Ivan.

-- 
To unsubscribe: send e-mail to axp-list-request@redhat.com with
'unsubscribe' as the subject.  Do not send it to axp-list@redhat.com



This archive was generated by hypermail 2a22 : Mon Oct 04 1999 - 12:44:52 PDT