On Fri, 27 Sep 2013 11:37:38 -0500
William Harrington <[email protected]> wrote:

> @@ -399,6 +399,7 @@
>       if (of_machine_is_compatible("PowerMac8,1") ||
>           of_machine_is_compatible("PowerMac8,2") ||
>           of_machine_is_compatible("PowerMac9,1"))
> +            of_machine_is_compatible("PowerMac12,1"))
>               use_volts_smu = 1;
>       else if (of_machine_is_compatible("PowerMac11,2"))
>               use_volts_vdnap = 1;

A slight error on my part:
-           of_machine_is_compatible("PowerMac9,1"))
+           of_machine_is_compatible("PowerMac9,1") ||
+           of_machine_is_compatible("PowerMac12,1"))
                use_volts_smu = 1;

Sincerely,
 
William Harrington <[email protected]>

_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org

Reply via email to