X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fpanic.c;h=8010b9b17aca06eba731d72ec9b44f7144e45d3d;hb=5091e746848f74c9a2c0579b4ef8d8cd1a6b135d;hp=9b8dcfd1ca931e6f728c79655e4edead123a0f11;hpb=41ace1861a93f12f70ff10026fb1539fea38fcf8;p=linux-2.6-omap-h63xx.git diff --git a/kernel/panic.c b/kernel/panic.c index 9b8dcfd1ca9..8010b9b17ac 100644 --- a/kernel/panic.c +++ b/kernel/panic.c @@ -173,7 +173,7 @@ const char *print_tainted(void) void add_taint(unsigned flag) { - debug_locks_off(); /* can't trust the integrity of the kernel anymore */ + debug_locks = 0; /* can't trust the integrity of the kernel anymore */ tainted |= flag; } EXPORT_SYMBOL(add_taint);