[PATCH] PPC64 iSeries compile broken in 2.6.9-bk3

Stephen Rothwell sfr at canb.auug.org.au
Wed Oct 20 15:47:30 EST 2004


Hi Andrew,

One of the iSeries specific files used HZ without including linux/param.h
and previously got away with it.

Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>

Please apply and send to Linus.

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff -ruN 2.6.9-bk3/arch/ppc64/kernel/iSeries_proc.c 2.6.9-bk3-sfr.1/arch/ppc64/kernel/iSeries_proc.c
--- 2.6.9-bk3/arch/ppc64/kernel/iSeries_proc.c	2004-08-19 17:01:59.000000000 +1000
+++ 2.6.9-bk3-sfr.1/arch/ppc64/kernel/iSeries_proc.c	2004-10-20 15:21:23.000000000 +1000
@@ -20,6 +20,7 @@
 #include <linux/init.h>
 #include <linux/proc_fs.h>
 #include <linux/seq_file.h>
+#include <linux/param.h>		/* for HZ */
 #include <asm/paca.h>
 #include <asm/processor.h>
 #include <asm/time.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://ozlabs.org/pipermail/linuxppc64-dev/attachments/20041020/28f59265/attachment.pgp 


More information about the Linuxppc64-dev mailing list