patch-2.1.107 linux/arch/i386/kernel/mtrr.c

Next file: linux/arch/i386/kernel/process.c
Previous file: linux/arch/i386/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/arch/i386/kernel/mtrr.c linux/arch/i386/kernel/mtrr.c
@@ -486,7 +486,7 @@
 };
 
 
-/* Grab all of the mtrr state for this cpu into *state. */
+/* Grab all of the MTRR state for this CPU into *state. */
 __initfunc(static void get_mtrr_state(struct mtrr_state *state))
 {
     unsigned int nvrs, i;
@@ -697,7 +697,7 @@
     }
 }   /*  End Function copy_mtrr_state_handler  */
 
-/* Copies the entire MTRR state of this cpu to all the others. */
+/* Copies the entire MTRR state of this CPU to all the others. */
 static void copy_mtrr_state (void)
 {
     struct mtrr_state ms;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov