Hi!

> This patch improves the ACPI c-state selection algorithm.  It also
> includes a major cleanup and simplification of the processor idle code.

Nice!

> @@ -1009,7 +883,7 @@
>  
>       seq_printf(seq, "active state:            C%zd\n"
>                  "max_cstate:              C%d\n"
> -                "bus master activity:     %08x\n",
> +                "bus master activity:     %d\n",
>                  pr->power.state ? pr->power.state - pr->power.states : 0,
>                  max_cstate, (unsigned)pr->power.bm_activity);
>  

This changes kernel - user interface. You should change the field
description, or keep it in hex...

BTW will you be on september's labs conference?

                                                        Pavel
-- 
Thanks for all the (sleeping) penguins.
-
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to