Advertisement
hvaibhav

kernel crash in run_timer_softirq

Oct 19th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. U-Boot# setenv bootargs 'console=ttyO0,115200n8 root=/dev/nfs nfsroot=172.24.191.70:/srv/nfs/ti81xx,nolock rw mem=128M ip=dhcp earlyprintk vram=50M'
  2. U-Boot# boot
  3. mmc - MMC sub system
  4.  
  5. Usage:
  6. mmc read addr blk# cnt
  7. mmc write addr blk# cnt
  8. mmc erase blk# cnt
  9. mmc rescan
  10. mmc part - lists available partition on current mmc device
  11. mmc dev [dev] [part] - show or set current mmc device [partition]
  12. mmc list - lists available devices
  13. reading uImage
  14.  
  15. 2884732 bytes read
  16. ## Booting kernel from Legacy Image at 80000000 ...
  17. Image Name: Linux-3.1.0-rc8-11589-gbb7fe4f-d
  18. Image Type: ARM Linux Kernel Image (uncompressed)
  19. Data Size: 2884668 Bytes = 2.8 MiB
  20. Load Address: 80008000
  21. Entry Point: 80008000
  22. Verifying Checksum ... OK
  23. Loading Kernel Image ... OK
  24. OK
  25.  
  26. Starting kernel ...
  27.  
  28. Uncompressing Linux... done, booting the kernel.
  29. [ 0.000000] Linux version 3.1.0-rc8-11589-gbb7fe4f-dirty (a0393758@psplinux060) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #4 Wed Oct 19 13:44:28 IST 2011
  30. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7f
  31. [ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
  32. [ 0.000000] Machine: am335xevm
  33. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  34. [ 0.000000] AM335X ES1.0 (neon )
  35. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32512
  36. [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=172.24.191.70:/srv/nfs/ti81xx,nolock rw mem=128M ip=dhcp earlyprintk vram=50M
  37. [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
  38. [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
  39. [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
  40. [ 0.000000] Memory: 128MB = 128MB total
  41. [ 0.000000] Memory: 123956k/123956k available, 7116k reserved, 0K highmem
  42. [ 0.000000] Virtual kernel memory layout:
  43. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  44. [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  45. [ 0.000000] DMA : 0xffa00000 - 0xffe00000 ( 4 MB)
  46. [ 0.000000] vmalloc : 0xc8800000 - 0xf8000000 ( 760 MB)
  47. [ 0.000000] lowmem : 0xc0000000 - 0xc8000000 ( 128 MB)
  48. [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  49. [ 0.000000] .text : 0xc0008000 - 0xc0523000 (5228 kB)
  50. [ 0.000000] .init : 0xc0523000 - 0xc0559000 ( 216 kB)
  51. [ 0.000000] .data : 0xc055a000 - 0xc05a4640 ( 298 kB)
  52. [ 0.000000] .bss : 0xc05a4664 - 0xc05d07c0 ( 177 kB)
  53. [ 0.000000] NR_IRQS:396
  54. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts
  55. [ 0.000000] Total of 128 interrupts on 1 active controller
  56. [ 0.000000] omap_hwmod: timer1: _wait_target_disable failed
  57. [ 0.000000] OMAP clockevent source: GPTIMER1 at 24000000 Hz
  58. [ 0.000000] OMAP clocksource: GPTIMER2 at 24000000 Hz
  59. [ 0.000000] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956ms
  60. [ 0.000000] Console: colour dummy device 80x30
  61. [ 0.000215] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
  62. [ 0.058837] pid_max: default: 32768 minimum: 301
  63. [ 0.058979] Security Framework initialized
  64. [ 0.059049] Mount-cache hash table entries: 512
  65. [ 0.059452] CPU: Testing write buffer coherency: ok
  66. [ 0.063732] print_constraints: dummy:
  67. [ 0.063973] NET: Registered protocol family 16
  68. [ 0.064157] GPMC revision 6.0
  69. [ 0.065142] OMAP GPIO hardware version 0.1
  70. [ 0.065945] omap_l3_smx omap_l3_smx.0: couldn't find resource
  71. [ 0.066044] omap_mux_init: Add partition: #1: core, flags: 0
  72. [ 0.068248] platform omap_i2c.1: alias fck already exists
  73. [ 0.068925] platform omap2_mcspi.1: alias fck already exists
  74. [ 0.069031] platform omap2_mcspi.2: alias fck already exists
  75. [ 0.076598] bio: create slab <bio-0> at 0
  76. [ 0.077502] SCSI subsystem initialized
  77. [ 0.078306] usbcore: registered new interface driver usbfs
  78. [ 0.078429] usbcore: registered new interface driver hub
  79. [ 0.078572] usbcore: registered new device driver usb
  80. [ 0.078956] registerd cppi-dma Intr @ IRQ 17
  81. [ 0.078972] Cppi41 Init Done Qmgr-base(c883a000) dma-base(c8838000)
  82. [ 0.078984] Cppi41 Init Done
  83. [ 0.098904] omap_i2c omap_i2c.1: bus 1 rev4.0 at 100 kHz
  84. [ 0.099652] Advanced Linux Sound Architecture Driver Version 1.0.24.
  85. [ 0.100150] Bluetooth: Core ver 2.16
  86. [ 0.100228] NET: Registered protocol family 31
  87. [ 0.100240] Bluetooth: HCI device and connection manager initialized
  88. [ 0.100259] Bluetooth: HCI socket layer initialized
  89. [ 0.100272] Bluetooth: L2CAP socket layer initialized
  90. [ 0.100302] Bluetooth: SCO socket layer initialized
  91. [ 0.100472] Switching to clocksource gp timer
  92. [ 0.107899] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  93. [ 0.108070] musb-hdrc musb-hdrc.0: dma type: dma-cppi41
  94. [ 0.108933] Switched to NOHz mode on CPU #0
  95. [ 0.109099] musb-hdrc musb-hdrc.0: USB OTG mode controller at c880a000 using DMA, IRQ 18
  96. [ 0.109341] musb-hdrc musb-hdrc.1: dma type: dma-cppi41
  97. [ 0.110176] musb-hdrc musb-hdrc.1: USB OTG mode controller at c880c800 using DMA, IRQ 19
  98. [ 0.110540] NET: Registered protocol family 2
  99. [ 0.110747] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  100. [ 0.111074] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
  101. [ 0.111178] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  102. [ 0.111244] TCP: Hash tables configured (established 4096 bind 4096)
  103. [ 0.111259] TCP reno registered
  104. [ 0.111273] UDP hash table entries: 256 (order: 0, 4096 bytes)
  105. [ 0.111301] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  106. [ 0.111502] NET: Registered protocol family 1
  107. [ 0.111805] RPC: Registered named UNIX socket transport module.
  108. [ 0.111822] RPC: Registered udp transport module.
  109. [ 0.111832] RPC: Registered tcp transport module.
  110. [ 0.111843] RPC: Registered tcp NFSv4.1 backchannel transport module.
  111. [ 0.112098] NetWinder Floating Point Emulator V0.97 (double precision)
  112. [ 0.112177] omap_init_opp_table: no hwmod or odev for iva, [8] cannot add OPPs.
  113. [ 0.118175] VFS: Disk quotas dquot_6.5.2
  114. [ 0.118254] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  115. [ 0.118858] JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  116. [ 0.119188] msgmni has been set to 242
  117. [ 0.120008] io scheduler noop registered
  118. [ 0.120024] io scheduler deadline registered
  119. [ 0.120102] io scheduler cfq registered (default)
  120. [ 0.122664] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  121. [ 0.123647] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0
  122. [ 0.663052] console [ttyO0] enabled
  123. [ 0.667025] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1
  124. [ 0.674649] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2
  125. [ 0.682251] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3
  126. [ 0.689819] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4
  127. [ 0.697406] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5
  128. [ 0.710718] brd: module loaded
  129. [ 0.717050] loop: module loaded
  130. [ 0.720407] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
  131. [ 0.728351] Detected a daughter card on AM335x EVM..
  132. [ 0.733422] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
  133. [ 0.746758] Board name: A33515B
  134. [ 0.750039] SKU: SKU#01
  135. [ 0.752754] The board is general purpose EVM in profile 0
  136. [ 0.759087] da8xx_lcdc da8xx_lcdc.0: GLCD: Found TFC_S9700RTWV35TR_01B panel
  137. [ 0.781319] Console: switching to colour frame buffer device 100x30
  138. [ 0.810574] omap_i2c omap_i2c.2: bus 2 rev4.0 at 100 kHz
  139. [ 0.816406] omap_i2c omap_i2c.2: alias fck already exists
  140. [ 0.822566] platform omap_hsmmc.0: alias fck already exists
  141. [ 0.828528] platform omap_hsmmc.2: alias fck already exists
  142. [ 0.834422] Enable bluetooth...
  143. [ 0.851628] mtdoops: mtd device (mtddev=name/number) must be supplied
  144. [ 0.858425] omap2-nand driver initializing
  145. [ 0.863118] ONFI flash detected
  146. [ 0.866520] ONFI param page 0 valid
  147. [ 0.870171] NAND device: Manufacturer ID: 0x2c, Chip ID: 0xda (Micron MT29F2G08ABAEAWP)
  148. [ 0.878580] Creating 8 MTD partitions on "omap2-nand.0":
  149. [ 0.884151] 0x000000000000-0x000000020000 : "SPL"
  150. [ 0.890194] 0x000000020000-0x000000040000 : "SPL.backup1"
  151. [ 0.896790] 0x000000040000-0x000000060000 : "SPL.backup2"
  152. [ 0.903342] 0x000000060000-0x000000080000 : "SPL.backup3"
  153. [ 0.909877] 0x000000080000-0x000000260000 : "U-Boot"
  154. [ 0.916736] 0x000000260000-0x000000280000 : "U-Boot Env"
  155. [ 0.923232] 0x000000280000-0x000000780000 : "Kernel"
  156. [ 0.931327] 0x000000780000-0x000010000000 : "File System"
  157. [ 1.040048] OneNAND driver initializing
  158. [ 1.090548] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6
  159. [ 1.097013] davinci_mdio davinci_mdio.0: detected phy mask fffffffe
  160. [ 1.103958] davinci_mdio90] usbcore: registered new interface driver cdc_ether
  161. [ 1.121367] usbcore: registered new interface driver cdc_subset
  162. [ 1.127600] Initializing USB Mass Storage driver...
  163. [ 1.132793] usbcore: registered new interface driver usb-storage
  164. [ 1.139071] USB Mass Storage support registered.
  165. [ 1.143988] gadget: using random self ethernet address
  166. [ 1.149456] gadget: using random host ethernet address
  167. [ 1.155422] usb0: MAC d2:16:6c:b9:23:e0
  168. [ 1.159430] usb0: HOST MAC ae:1f:2e:83:1e:59
  169. [ 1.163985] gadget: Ethernet Gadget, version: Memorial Day 2008
  170. [ 1.170282] gadget: g_ether ready
  171. [ 1.173887] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
  172. [ 1.179548] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
  173. [ 1.187438] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  174. [ 1.194548] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  175. [ 1.202101] usb usb1: Product: MUSB HDRC host driver
  176. [ 1.207287] usb usb1: Manufacturer: Linux 3.1.0-rc8-11589-gbb7fe4f-dirty musb-hcd
  177. [ 1.215118] usb usb1: SerialNumber: musb-hdrc.0
  178. [ 1.220401] hub 1-0:1.0: USB hub found
  179. [ 1.224366] hub 1-0:1.0: 1 port detected
  180. [ 1.229089] mousedev: PS/2 mouse device common for all mice
  181. [ 1.235760] input: ti-tsc-adcc as /devices/platform/tsc/input/input0
  182. [ 1.243399] omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
  183. [ 1.250133] i2c /dev entries driver
  184. [ 1.254771] OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  185. [ 1.261161] Bluetooth: HCI UART driver ver 2.2
  186. [ 1.265810] Bluetooth: HCI H4 protocol initialized
  187. [ 1.270831] Bluetooth: HCILL protocol initialized
  188. [ 1.277381] usbcore: registered new interface driver usbhid
  189. [ 1.283258] usbhid: USB HID core driver
  190. [ 1.287647] usbcore: registered new interface driver snd-usb-audio
  191. [ 1.295184] _regulator_get: 2-001b supply IOVDD not found, using dummy regulator
  192. [ 1.303034] _regulator_get: 2-001b supply DVDD not found, using dummy regulator
  193. [ 1.310729] _regulator_get: 2-001b supply AVDD not found, using dummy regulator
  194. [ 1.318410] _regulator_get: 2-001b supply DRVDD not found, using dummy regulator
  195. [ 1.421856] mmc0: new SDHC card at address b239
  196. [ 1.427150] mmcblk0: mmc0:b239 SU04G 3.69 GiB
  197. [ 1.434074] mmcblk0: p1 p2
  198. [ 1.468020] asoc: tlv320aic3x-hifi <-> davinci-mcasp.1 mapping ok
  199. [ 1.475099] ALSA device list:
  200. [ 1.478208] #0: AM335X EVM
  201. [ 1.481250] nf_conntrack version 0.5.0 (1936 buckets, 7744 max)
  202. [ 1.487961] ip_tables: (C) 2000-2006 Netfilter Core Team
  203. [ 1.493681] TCP cubic registered
  204. [ 1.497057] NET: Registered protocol family 17
  205. [ 1.501936] Bluetooth: RFCOMM TTY layer initialized
  206. [ 1.507097] Bluetooth: RFCOMM socket layer initialized
  207. [ 1.512491] Bluetooth: RFCOMM ver 1.11
  208. [ 1.516413] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  209. [ 1.521982] Bluetooth: BNEP filters: protocol multicast
  210. [ 1.527449] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  211. [ 1.533848] Registering the dns_resolver key type
  212. [ 1.538844] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  213. [ 1.546891] ThumbEE CPU extension supported.
  214. [ 1.552185] omap2_set_init_voltage: unable to get clk dpll1_ck
  215. [ 1.558296] omap2_set_init_voltage: unable to set vdd_mpu_iva
  216. [ 1.564333] omap2_set_init_voltage: unable to get clk l3_ick
  217. [ 1.570244] omap2_set_init_voltage: unable to set vdd_core
  218. [ 1.577381] Detected MACID=40:5f:c2:3e:16:83
  219. [ 1.582732] omap_rtc omap_rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  220. [ 1.594588]
  221. [ 1.594594] CPSW phy found : id is : 0x4dd074
  222. [ 1.601482] PHY 0:01 not found
  223. [ 2.130539] Internal error: Oops - undefined instruction: 0 [#1]
  224. [ 2.136818] Modules linked in:
  225. [ 2.140017] CPU: 0 Not tainted (3.1.0-rc8-11589-gbb7fe4f-dirty #4)
  226. [ 2.146838] PC is at 0xc05b71e8
  227. [ 2.150134] LR is at run_timer_softirq+0xf8/0x208
  228. [ 2.155050] pc : [<c05b71e8>] lr : [<c0040980>] psr: a0000113
  229. [ 2.155059] sp : c055be68 ip : c05c96f4 fp : c055beac
  230. [ 2.167049] r10: c05b680c r9 : 00000100 r8 : 00200200
  231. [ 2.172506] r7 : c055a000 r6 : ba8c4f60 r5 : c05b6000 r4 : c055be78
  232. [ 2.179325] r3 : c05b637c r2 : c05b636c r1 : 00000000 r0 : c05b637c
  233. [ 2.186146] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment kernel
  234. [ 2.193785] Control: 10c5387d Table: 80004019 DAC: 00000015
  235. [ 2.199779] Process swapper (pid: 0, stack limit = 0xc055a2f0)
  236. [ 2.205863] Stack: (0xc055be68 to 0xc055c000)
  237. [ 2.210414] be60: 00000000 00000000 c05b637c c05b7ff8 c05c96f4 c781de70
  238. [ 2.218958] be80: c05b7ff4 00000001 c05b5e88 c055a000 00000100 c05b5e40 c0576f48 c05b5e84
  239. [ 2.227503] bea0: c055bef4 c055beb0 c003ad54 c0040894 c055bf74 80004059 413fc082 00000001
  240. [ 2.236059] bec0: c0577154 0000000a c0069360 c055a000 00000043 00000000 c055bf74 80004059
  241. [ 2.244611] bee0: 413fc082 00000000 c055bf0c c055bef8 c003b1c4 c003acb4 c006ac78 c0588aa4
  242. [ 2.253162] bf00: c055bf2c c055bf10 c00145c8 c003b144 c0014714 c0014718 60000013 fa200000
  243. [ 2.261714] bf20: c055bf3c c055bf30 c0008190 c0014590 c055bf94 c055bf40 c00132f4 c000818c
  244. [ 2.270270] bf40: 7d2bcf2e 00000000 c055bf88 00000000 c055a000 c05a4744 c056021c c0560214
  245. [ 2.278825] bf60: 80004059 413fc082 00000000 c055bf94 c055bf98 c055bf88 c0014714 c0014718
  246. [ 2.287378] bf80: 60000013 ffffffff c055bfb4 c055bf98 c00148d8 c00146f8 00000000 c055c0ac
  247. [ 2.295933] bfa0: c054bbec c06d1500 c055bfc4 c055bfb8 c03e07c4 c0014870 c055bff4 c055bfc8
  248. [ 2.304483] bfc0: c05237d8 c03e075c c05231ac 00000000 00000000 c054bbec 00000000 10c53c7d
  249. [ 2.313029] bfe0: c055c040 c054bbe8 00000000 c055bff8 8000803c c0523520 00000000 00000000
  250. [ 2.321567] Backtrace:
  251. [ 2.324146] [<c0040888>] (run_timer_softirq+0x0/0x208) from [<c003ad54>] (__do_softirq+0xac/0x134)
  252. [ 2.333524] [<c003aca8>] (__do_softirq+0x0/0x134) from [<c003b1c4>] (irq_exit+0x8c/0xa4)
  253. [ 2.342004] [<c003b138>] (irq_exit+0x0/0xa4) from [<c00145c8>] (handle_IRQ+0x44/0x8c)
  254. [ 2.350184] r4:c0588aa4 r3:c006ac78
  255. [ 2.353936] [<c0014584>] (handle_IRQ+0x0/0x8c) from [<c0008190>] (asm_do_IRQ+0x10/0x14)
  256. [ 2.362294] r6:fa200000 r5:60000013 r4:c0014718 r3:c0014714
  257. [ 2.368234] [<c0008180>] (asm_do_IRQ+0x0/0x14) from [<c00132f4>] (__irq_svc+0x34/0x80)
  258. [ 2.376507] Exception stack(0xc055bf40 to 0xc055bf88)
  259. [ 2.381789] bf40: 7d2bcf2e 00000000 c055bf88 00000000 c055a000 c05a4744 c056021c c0560214
  260. [ 2.390339] bf60: 80004059 413fc082 00000000 c055bf94 c055bf98 c055bf88 c0014714 c0014718
  261. [ 2.398874] bf80: 60000013 ffffffff
  262. [ 2.402522] [<c00146ec>] (default_idle+0x0/0x30) from [<c00148d8>] (cpu_idle+0x74/0xa0)
  263. [ 2.410905] [<c0014864>] (cpu_idle+0x0/0xa0) from [<c03e07c4>] (rest_init+0x74/0x78)
  264. [ 2.418997] r6:c06d1500 r5:c054bbec r4:c055c0ac r3:00000000
  265. [ 2.424950] [<c03e0750>] (rest_init+0x0/0x78) from [<c05237d8>] (start_kernel+0x2c4/0x2d0)
  266. [ 2.433592] [<c0523514>] (start_kernel+0x0/0x2d0) from [<8000803c>] (0x8000803c)
  267. [ 2.441315] r6:c054bbe8 r5:c055c040 r4:10c53c7d
  268. [ 2.446156] Code: 00000100 c05b6001 c0049608 c05b70b0 (ffffffff)
  269. [ 2.452552] ---[ end trace 010eec470f78ac9d ]---
  270. [ 2.457377] Kernel panic - not syncing: Fatal exception in interrupt
  271. [ 2.464023] Backtrace:
  272. [ 2.466602] [<c0016e40>] (dump_backtrace+0x0/0x110) from [<c03e8d88>] (dump_stack+0x18/0x1c)
  273. [ 2.475434] r6:00000001 r5:00000000 r4:c05a5508 r3:c05770c8
  274. [ 2.481384] [<c03e8d70>] (dump_stack+0x0/0x1c) from [<c03e8df8>] (panic+0x6c/0x1a0)
  275. [ 2.489397] [<c03e8d8c>] (panic+0x0/0x1a0) from [<c0017270>] (die+0x268/0x2bc)
  276. [ 2.496953] r3:00000100 r2:00000000 r1:00000000 r0:c04aba68
  277. [ 2.502895] r7:c055bd32
  278. [ 2.505548] [<c0017008>] (die+0x0/0x2bc) from [<c00172e4>] (arm_notify_die+0x20/0x58)
  279. [ 2.513749] [<c00172c4>] (arm_notify_die+0x0/0x58) from [<c00082d0>] (do_undefinstr+0x13c/0x154)
  280. [ 2.522950] [<c0008194>] (do_undefinstr+0x0/0x154) from [<c0013388>] (__und_svc+0x48/0x60)
  281. [ 2.531602] Exception stack(0xc055be20 to 0xc055be68)
  282. [ 2.536888] be20: c05b637c 00000000 c05b636c c05b637c c055be78 c05b6000 ba8c4f60 c055a000
  283. [ 2.545452] be40: 00200200 00000100 c05b680c c055beac c05c96f4 c055be68 c0040980 c05b71e8
  284. [ 2.554009] be60: a0000113 ffffffff
  285. [ 2.557651] r7:00000001 r6:c055a050 r5:a0000113 r4:c05b71ec
  286. [ 2.563607] [<c0040888>] (run_timer_softirq+0x0/0x208) from [<c003ad54>] (__do_softirq+0xac/0x134)
  287. [ 2.572992] [<c003aca8>] (__do_softirq+0x0/0x134) from [<c003b1c4>] (irq_exit+0x8c/0xa4)
  288. [ 2.581466] [<c003b138>] (irq_exit+0x0/0xa4) from [<c00145c8>] (handle_IRQ+0x44/0x8c)
  289. [ 2.589645] r4:c0588aa4 r3:c006ac78
  290. [ 2.593404] [<c0014584>] (handle_IRQ+0x0/0x8c) from [<c0008190>] (asm_do_IRQ+0x10/0x14)
  291. [ 2.601780] r6:fa200000 r5:60000013 r4:c0014718 r3:c0014714
  292. [ 2.607727] [<c0008180>] (asm_do_IRQ+0x0/0x14) from [<c00132f4>] (__irq_svc+0x34/0x80)
  293. [ 2.616014] Exception stack(0xc055bf40 to 0xc055bf88)
  294. [ 2.621297] bf40: 7d2bcf2e 00000000 c055bf88 00000000 c055a000 c05a4744 c056021c c0560214
  295. [ 2.629833] bf60: 80004059 413fc082 00000000 c055bf94 c055bf98 c055bf88 c0014714 c0014718
  296. [ 2.638390] bf80: 60000013 ffffffff
  297. [ 2.642054] [<c00146ec>] (default_idle+0x0/0x30) from [<c00148d8>] (cpu_idle+0x74/0xa0)
  298. [ 2.650432] [<c0014864>] (cpu_idle+0x0/0xa0) from [<c03e07c4>] (rest_init+0x74/0x78)
  299. [ 2.658541] r6:c06d1500 r5:c054bbec r4:c055c0ac r3:00000000
  300. [ 2.664502] [<c03e0750>] (rest_init+0x0/0x78) from [<c05237d8>] (start_kernel+0x2c4/0x2d0)
  301. [ 2.673164] [<c0523514>] (start_kernel+0x0/0x2d0) from [<8000803c>] (0x8000803c)
  302. [ 2.680909] r6:c054bbe8 r5:c055c040 r4:10c53c7d
  303.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement