xfs
[Top] [All Lists]

Re: XFS on ppc (doesn't compile)

To: Konstantinos Margaritis <markos@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Subject: Re: XFS on ppc (doesn't compile)
From: "Martin K. Petersen" <mkp@xxxxxxxxxxxxx>
Date: 28 Sep 2000 18:40:24 -0400
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: Konstantinos Margaritis's message of "Fri, 29 Sep 2000 01:09:29 +0300 (EEST)"
Organization: Linuxcare, Inc.
References: <Pine.LNX.4.21.0009290104400.10914-100000@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Canyonlands)
>>>>> " " == Konstantinos Margaritis <markos@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> 
>>>>> writes:

> I've been tempted by the latest reports on success of XFS on
> powerpc, and thought I'd give it a try. To my dismay, it didn't
> compile.  on kernel/sysctl.c it fails on asm/kdb.h (kdb is not
> ported to powerpc).

I mailed Keith about it this morning (tried compiling on my Alpha for
the fun of it - dies horribly because of 8K pages).


> Is it wise to force-undefine CONFIG_KDB_H? (Unselecting debugging
> information on kernel setup doesn't have any effect obviously).

--- kernel/sysctl.c.orig        Thu Sep 28 12:32:17 2000
+++ kernel/sysctl.c     Thu Sep 28 12:28:19 2000
@@ -30,7 +30,10 @@
 #include <linux/init.h>
 #include <linux/sysrq.h>
 #include <linux/highuid.h>
+
+#ifdef CONFIG_KDB
 #include <linux/kdb.h>
+#endif
 
 #include <asm/uaccess.h>

-- 
Martin K. Petersen      Cereal Bowl Engineer, Linuxcare, Inc.
http://mkp.net/         SGI XFS, Linux/PA-RISC, GNOME


<Prev in Thread] Current Thread [Next in Thread>