powerpc: Use NULL instead of 0 for null pointers
[linux-2.6-block.git] / arch / powerpc / kernel / setup_64.c
index 246201d0d879eff5bff8d90df4e4d6b8f282b8ac..2f19d5e9448522a390fd70ddbfb64220b5ce705b 100644 (file)
@@ -364,7 +364,7 @@ void __init early_setup(unsigned long dt_ptr)
         */
        initialise_paca(&boot_paca, 0);
        fixup_boot_paca(&boot_paca);
-       WARN_ON(local_paca != 0);
+       WARN_ON(local_paca);
        setup_paca(&boot_paca); /* install the paca into registers */
 
        /* -------- printk is now safe to use ------- */