>>>>> " " == 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
|