Cosmetic typos in pre106 #1

Paul Gortmaker (paul@rasty.ph.unimelb.edu.au)
Wed, 10 Jun 1998 17:33:52 +1000 (EST)


diff -ur linux-pre106_1/kernel/kmod.c linux/kernel/kmod.c
--- linux-pre106_1/kernel/kmod.c Wed Jun 10 17:14:52 1998
+++ linux/kernel/kmod.c Wed Jun 10 17:16:00 1998
@@ -93,7 +93,7 @@
int pid;
int waitpid_result;

- /* Don't allow request_mode() before the root fs is mounted! */
+ /* Don't allow request_module() before the root fs is mounted! */
if ( ! current->fs->root ) {
printk(KERN_ERR "request_module[%s]: Root fs not mounted\n",
module_name);
diff -ur linux-pre106_1/net/core/profile.c linux/net/core/profile.c
--- linux-pre106_1/net/core/profile.c Wed Jun 10 17:14:53 1998
+++ linux/net/core/profile.c Wed Jun 10 17:17:34 1998
@@ -277,7 +277,7 @@
printk("Evaluating net profiler cost ...");
#if CPU == 586 || CPU == 686
if (!(boot_cpu_data.x86_capability & 16)) {
- printk(KERN_ERR "Sorry, you CPU does not support tsc. Net profiler is dying...\n");
+ printk(KERN_ERR "Sorry, your CPU does not support TSC. Net profiler disabled.\n");
return -1;
}
#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu