Author: rpaulo
Date: Sat Aug 25 17:15:33 2012
New Revision: 239682
URL: http://svn.freebsd.org/changeset/base/239682

Log:
  Unbreak tinderbox.

Modified:
  head/sys/powerpc/aim/machdep.c

Modified: head/sys/powerpc/aim/machdep.c
==============================================================================
--- head/sys/powerpc/aim/machdep.c      Sat Aug 25 16:55:38 2012        
(r239681)
+++ head/sys/powerpc/aim/machdep.c      Sat Aug 25 17:15:33 2012        
(r239682)
@@ -258,7 +258,10 @@ powerpc_init(vm_offset_t startkernel, vm
        size_t          trap_offset;
        void            *kmdp;
         char           *env;
-       register_t      msr, scratch, vers;
+       register_t      msr, scratch;
+#ifdef WII
+       register_t      vers;
+#endif
        uint8_t         *cache_check;
        int             cacheline_warn;
        #ifndef __powerpc64__
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to