mm: thp: set the accessed flag for old pages on access fault
[pandora-kernel.git] / drivers / rtc / rtc-mpc5121.c
index da60915..0fc2d22 100644 (file)
@@ -360,6 +360,8 @@ static int __devinit mpc5121_rtc_probe(struct platform_device *op)
                                                &mpc5200_rtc_ops, THIS_MODULE);
        }
 
+       rtc->rtc->uie_unsupported = 1;
+
        if (IS_ERR(rtc->rtc)) {
                err = PTR_ERR(rtc->rtc);
                goto out_free_irq;