Advertisement
infected_

Untitled

Dec 1st, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. CC net/netfilter/nf_conntrack_proto_gre.o
  2. CC drivers/mmc/core/sdio_cis.o
  3. CC drivers/misc/uid_cputime.o
  4. CC net/sched/em_nbyte.o
  5. CC drivers/mmc/core/sdio_io.o
  6. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c: In function 'uid_stat_show':
  7. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c:106:11: error: 'struct task_struct' has no member named 'cpu_power'
  8. if (task->cpu_power == ULLONG_MAX)
  9. ^
  10. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c:111:34: error: 'struct task_struct' has no member named 'cpu_power'
  11. uid_entry->active_power += task->cpu_power;
  12. ^
  13. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c: In function 'process_notifier':
  14. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c:220:26: error: 'struct task_struct' has no member named 'cpu_power'
  15. uid_entry->power += task->cpu_power;
  16. ^
  17. ../../../../../../../../../mnt/Building/slimrom/kernel/lge/awifi/drivers/misc/uid_cputime.c:221:6: error: 'struct task_struct' has no member named 'cpu_power'
  18. task->cpu_power = ULLONG_MAX;
  19. ^
  20. make[4]: *** [drivers/misc/uid_cputime.o] Error 1
  21. make[3]: *** [drivers/misc] Error 2
  22. make[3]: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement