lkml.org 
[lkml]   [1999]   [Nov]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectPatch: linux-2.3.29pre2/arch/i386/kernel/mtrr.c did not compile

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/

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