Patch: linux-2.3.29pre2/arch/i386/kernel/mtrr.c did not compile

Adam J. Richter (adam@yggdrasil.com)
Sun, 21 Nov 1999 00:08:07 -0800


linux-2.3.29pre2/arch/i386/kernel/mtrr.c did not compile because
it is missing an #endif. I have attached a patch for the one line change
below.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

Index: linux-2.3/arch/i386/kernel/mtrr.c
===================================================================
RCS file: /usr/src.repository/repository/linux-2.3/arch/i386/kernel/mtrr.c,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 mtrr.c
--- mtrr.c 1999/11/20 11:17:27 1.1.1.10
+++ mtrr.c 1999/11/20 22:21:36
@@ -1818,6 +1818,7 @@
# ifdef CONFIG_PROC_FS
proc_root_mtrr = create_proc_entry("mtrr", S_IWUSR|S_IRUGO, &proc_root);
proc_root_mtrr->ops = &proc_mtrr_inode_operations;
+# endif
init_table ();
return 0;
} /* End Function mtrr_init */

-
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/