]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - kernel/panic.c
powerpc/asm: Use OFFSET macro in asm-offsets.c
[linux.git] / kernel / panic.c
index c51edaa04fce389bfcf5a62e59fe7a76bf853c6f..901c4fb46002e38c98394110c49aa50230d58180 100644 (file)
@@ -355,7 +355,7 @@ const char *print_tainted(void)
                for (i = 0; i < TAINT_FLAGS_COUNT; i++) {
                        const struct taint_flag *t = &taint_flags[i];
                        *s++ = test_bit(i, &tainted_mask) ?
-                                       t->true : t->false;
+                                       t->c_true : t->c_false;
                }
                *s = 0;
        } else