]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/softlockup.c
[PATCH] lockdep: disable lock debugging when kernel state becomes untrusted
[linux-2.6-omap-h63xx.git] / kernel / softlockup.c
index 29da0a847ba2a2b8f15d1b9d325300aee0e4c09a..6b76caa229818811f61aaacf16afd9c2b6da5dc5 100644 (file)
@@ -142,7 +142,7 @@ cpu_callback(struct notifier_block *nfb, unsigned long action, void *hcpu)
        return NOTIFY_OK;
 }
 
-static struct notifier_block cpu_nfb = {
+static struct notifier_block __devinitdata cpu_nfb = {
        .notifier_call = cpu_callback
 };