Messages in this thread Patch in this message |  | | Date | Tue, 3 Oct 2000 09:09:47 +0200 (CEST) | From | Mike Galbraith <> | Subject | [patch] bluesmoke not enabled in test9-pre9 |
| |
Greetings,
In test9-pre9, mcheck_init() is never called. Is bluesmoke intentionally disabled? If not...
--- linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c.org Tue Oct 3 08:52:41 2000 +++ linux-2.4.0-test9-pre9.virgin/arch/i386/kernel/setup.c Tue Oct 3 08:52:59 2000 @@ -1440,6 +1440,7 @@ { int i=0; char *p = NULL; + extern void mcheck_init(void); c->loops_per_sec = loops_per_sec; c->x86_cache_size = -1; @@ -1478,6 +1479,7 @@ case X86_VENDOR_INTEL: squash_the_stupid_serial_number(c); + mcheck_init(); if (c->cpuid_level > 1) { /* supports eax=2 call */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |