Gentoo Archives: gentoo-dev

From: Jason Cooper <gentoo@××××××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] linux-2.4.21_rc8-gss problem in kernel/sched.c
Date: Sun, 31 Aug 2003 17:25:28
Message-Id: 20030831172546.GG24775@nevernight.net
1 If this has been mentioned before, please ignore. I emerged
2 linux-2.4.21_rc8-gss a week or so ago and finally got around to
3 compiling it (need crypto to access old HD). Found the following error:
4
5 on line 922 of kernel/sched.c there is a redefinition of
6 set_cpus_allowed(). It would appear to be the result of a ill-behaved
7 patch as it is an exact copy of the definition below it. All that was
8 necessary was to delete the offending function (including
9 #if CONFIG_SMP
10 #endif /* CONFIG_SMP */
11
12 I would submit a patch, but it doesn't seem right to patch over a
13 patch? :)
14
15 Again, if this is known, please ignore. If you need more info, please
16 let me know.
17
18 Thanks for putting out an awsome distro.
19
20 Cooper.
21
22 --
23 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] linux-2.4.21_rc8-gss problem in kernel/sched.c Chris Gianelloni <wolf31o2@g.o>