linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel-2.4.7.pre5
@ 2001-07-10 12:00 Kaoru Fukui
  2001-07-10 12:21 ` Kernel-2.4.7.pre5 Olaf Hering
  0 siblings, 1 reply; 6+ messages in thread
From: Kaoru Fukui @ 2001-07-10 12:00 UTC (permalink / raw)
  To: linuxppc-dev


Hi!

I had this problem in linuxppc_2_4 bk tree's linux-2.4.7.pre5.
Is my fix correct ?

Kaoru

------------- fix ---------------
diff -urN base/include/asm-ppc/hardirq.h fixed/include/asm-ppc/hardirq.h
--- base/include/asm-ppc/hardirq.h	Tue Jul 10 14:42:03 2001
+++ fixed/include/asm-ppc/hardirq.h	Tue Jul 10 20:26:26 2001
@@ -20,6 +20,7 @@
 	unsigned int __local_bh_count;
 	unsigned int __syscall_count;
 	unsigned int __last_jiffy_stamp;
+	struct task_struct * __ksoftirqd_task;
 } ____cacheline_aligned irq_cpustat_t;

 #include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above
*/

--------------------------------
-------- problem -------------
gcc -D__KERNEL__ -I/usr/src/redhat/BUILD/linux/include -Wall -Wstrict-prototypes -
Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -D__powerpc__ -
fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring
  -c -o softirq.o softirq.c
softirq.c: In function `wakeup_softirqd':
softirq.c:58: structure has no member named `__ksoftirqd_task'
softirq.c: In function `ksoftirqd':
softirq.c:393: structure has no member named `__ksoftirqd_task'
softirq.c: In function `spawn_ksoftirqd':
softirq.c:420: structure has no member named `__ksoftirqd_task'
make[2]: *** [softirq.o] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/linux/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/linux/kernel'
make: *** [_dir_kernel] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.33988 (%build)
-----------------------------


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-07-12  9:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-10 12:00 Kernel-2.4.7.pre5 Kaoru Fukui
2001-07-10 12:21 ` Kernel-2.4.7.pre5 Olaf Hering
2001-07-10 12:29   ` Kernel-2.4.7.pre5 Jeff Garzik
2001-07-12  9:23     ` Kernel-2.4.7.pre5 Paul Mackerras
2001-07-10 17:44   ` Kernel-2.4.7.pre5 Tom Rini
2001-07-10 17:47     ` Kernel-2.4.7.pre5 Olaf Hering

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).