[lc-checkins] CVS: linux26/kernel sysctl.c,1.1,1.2
Status: Beta
Brought to you by:
nitin_sf
From: Nitin G. <nit...@us...> - 2006-06-21 17:12:56
|
Update of /cvsroot/linuxcompressed/linux26/kernel In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5254/kernel Modified Files: sysctl.c Log Message: kernel 2.6.17.1: vswap stable. Started work on add_to_ccache() and friends Index: sysctl.c =================================================================== RCS file: /cvsroot/linuxcompressed/linux26/kernel/sysctl.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** sysctl.c 15 Jun 2006 10:24:07 -0000 1.1 --- sysctl.c 21 Jun 2006 17:12:47 -0000 1.2 *************** *** 798,802 **** }, #ifdef CONFIG_HUGETLB_PAGE ! { .ctl_name = VM_HUGETLB_PAGES, .procname = "nr_hugepages", --- 798,802 ---- }, #ifdef CONFIG_HUGETLB_PAGE ! { .ctl_name = VM_HUGETLB_PAGES, .procname = "nr_hugepages", *************** *** 807,812 **** .extra1 = (void *)&hugetlb_zero, .extra2 = (void *)&hugetlb_infinity, ! }, ! { .ctl_name = VM_HUGETLB_GROUP, .procname = "hugetlb_shm_group", --- 807,812 ---- .extra1 = (void *)&hugetlb_zero, .extra2 = (void *)&hugetlb_infinity, ! }, ! { .ctl_name = VM_HUGETLB_GROUP, .procname = "hugetlb_shm_group", *************** *** 815,819 **** .mode = 0644, .proc_handler = &proc_dointvec, ! }, #endif { --- 815,819 ---- .mode = 0644, .proc_handler = &proc_dointvec, ! }, #endif { |