Advertisement
Guest User

cat /proc/interrupts after disabling sunxi lcd0 on BananaPi

a guest
Oct 10th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. username@BananaPi:~$ uptime
  2. 18:43:16 up 18:12, 1 user, load average: 1,45, 0,61, 0,26
  3. username@BananaPi:~$ cat /proc/interrupts
  4. CPU0 CPU1
  5. 29: 414314 1184416 GIC arch_timer
  6. 30: 0 0 GIC arch_timer
  7. 32: 0 0 GIC axp_mfd
  8. 33: 7 0 GIC serial
  9. 37: 367 0 GIC RemoteIR
  10. 39: 707112 0 GIC sunxi-i2c.0
  11. 40: 0 0 GIC sunxi-i2c.1
  12. 41: 0 0 GIC sunxi-i2c.2
  13. 54: 0 0 GIC timer0
  14. 55: 12 0 GIC aw_clock_event
  15. 56: 0 0 GIC sunxi-rtc alarm
  16. 59: 0 0 GIC dma_irq
  17. 60: 0 0 GIC sunxi-gpio
  18. 64: 185729 0 GIC sunxi-mmc
  19. 71: 444570 0 GIC ehci_hcd:usb1
  20. 72: 0 0 GIC ehci_hcd:usb3
  21. 76: 0 0 GIC sunxi lcd0
  22. 77: 0 0 GIC sunxi lcd1
  23. 78: 0 0 GIC g2d
  24. 79: 0 0 GIC sunxi scaler0
  25. 80: 0 0 GIC sunxi scaler1
  26. 88: 0 0 GIC sw_ahci
  27. 92: 0 0 GIC ace_dev
  28. 96: 0 0 GIC ohci_hcd:usb2
  29. 97: 0 0 GIC ohci_hcd:usb4
  30. 117: 44 5896875 GIC eth0
  31. 120: 0 0 GIC sunxi-i2c.3
  32. IPI0: 0 0 Timer broadcast interrupts
  33. IPI1: 217822 98205 Rescheduling interrupts
  34. IPI2: 0 0 Function call interrupts
  35. IPI3: 15 150 Single function call interrupts
  36. IPI4: 0 0 CPU stop interrupts
  37. IPI5: 0 0 CPU backtrace
  38. Err: 0
  39. username@BananaPi:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement