lkml.org 
[lkml]   [2003]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2.5.56] cpufreq not compiling without /proc
Date
Hello,

This is a quick patch to ensure that functions used to create
and remove entries in /proc are not compiled in support for /proc
is not enabled.

Regards,
Paul Rolland, rol@as2917.net

--- linux-2.5.56/net/ipv4/route.c 2003-01-10 21:12:25.000000000
+0100
+++ linux-2.5.56-work/net/ipv4/route.c 2003-01-12 12:11:30.000000000
+0100
@@ -2672,12 +2672,14 @@
ip_rt_gc_interval;
add_timer(&rt_periodic_timer);

+#ifdef CONFIG_PROC_FS
if (rt_cache_proc_init())
goto out_enomem;
proc_net_create ("rt_cache_stat", 0, rt_cache_stat_get_info);
#ifdef CONFIG_NET_CLS_ROUTE
create_proc_read_entry("net/rt_acct", 0, 0, ip_rt_acct_read,
NULL);
#endif
+#endif
xfrm_init();
out:
return rc;

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

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.017 / U:1.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site