]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/powerpc/xmon/xmon.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / arch / powerpc / xmon / xmon.c
index 9f3b170d9e0bba8b039e92146991cd7235b0e841..3f864c36d8478751a96f06e0483fb5b10186e014 100644 (file)
@@ -2294,7 +2294,7 @@ static void dump_one_paca(int cpu)
        DUMP(p, accounting.starttime_user, "llx");
        DUMP(p, accounting.startspurr, "llx");
        DUMP(p, accounting.utime_sspurr, "llx");
-       DUMP(p, stolen_time, "llx");
+       DUMP(p, accounting.steal_time, "llx");
 #undef DUMP
 
        catch_memory_errors = 0;