Merge branch 'master' of git://git.denx.de/u-boot-nios
[platform/kernel/u-boot.git] / post / lib_powerpc / fpu / 20001122-1.c
index bef80c5..5b4f42c 100644 (file)
 
 #include <post.h>
 
-#if CONFIG_POST & CONFIG_SYS_POST_FPU
-
 GNU_FPOST_ATTR
 
+#if CONFIG_POST & CONFIG_SYS_POST_FPU
+
 int fpu_post_test_math1 (void)
 {
-       volatile double a, *p;
+       volatile double a;
        double c, d;
        volatile double b;
 
        d = 1.0;
-       p = &b;
 
        do
        {