nubus.c patch

Graffiti (ramune@bigfoot.com)
Wed, 23 Dec 1998 14:21:47 -0800


Hi all,

Tried to build a mac kernel w/o procfs. Here's a tiny
patch.

(Untested. :-)

-- DN

--- nubus.c Wed Dec 23 14:04:11 1998
+++ nubus.c.new Wed Dec 23 14:04:06 1998
@@ -632,7 +632,9 @@
nubus_init_via();
printk("Scanning nubus slots.\n");
nubus_probe_bus();
+#if CONFIG_PROC_FS
proc_register(&proc_root, &proc_nubus);
+#endif
}


-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d- s--:+ a-->? C++(---) UL++++ US+++$ P- L+++ !E W-- N+++ !w M++$ V?>+++
PS--- PE++ t--(*) 5+ X+ R+(*) tv-- b+ DI+++ D--- G? e>++++ h* r++>+++ z+>++++
------END GEEK CODE BLOCK------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/