wl1271: Fix 32 bit register read related endiannes bug
[pandora-kernel.git] / kernel / kprobes.c
index c3340e8..ccec774 100644 (file)
@@ -94,6 +94,7 @@ static struct kprobe_blackpoint kprobe_blacklist[] = {
        {"native_get_debugreg",},
        {"irq_entries_start",},
        {"common_interrupt",},
+       {"mcount",},    /* mcount can be called from everywhere */
        {NULL}    /* Terminator */
 };