omap2_inth_read: Bad register 0x000000f8

Bug #768650 reported by Loïc Minier
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Linaro QEMU
Fix Released
High
Unassigned

Bug Description

Hi

when starting qemu-linaro from the maverick Linaro Tools PPA 0.14.50-2011.04-1-0ubuntu1~ppa10.10.1 with today's Linaro OMAP3 hwpack and nano rootfs, I get tons of:

omap2_inth_read: Bad register 0x000000f8

which wont stop, hiding the interesting output.

Bye

Revision history for this message
Peter Maydell (pmaydell) wrote :

Hmm. That's new since the 1105 beta hwpack/rootfs, which don't do that. (We haven't managed to automate latest-hwpack/rootfs testing on qemu yet.)

Last time we had one of these it turned out to be a kernel bug.

Revision history for this message
Peter Maydell (pmaydell) wrote :

From arch/arm/mach-omap2/include/mach/entry-macro.S:
                /*
                 * ti816x has additional IRQ pending register. Checking this
                 * register on omap2 & omap3 has no effect (read as 0).
                 */
                ldr \irqnr, [\base, #0xf8] /* IRQ pending reg 4 */
                cmp \irqnr, #0x0

...ie it's deliberately reading a register which doesn't exist, which is what QEMU is complaining about.

However I don't suppose we'll get much traction getting them to change that, so pragmatism suggests silencing the QEMU warning for this register at least :-(

Revision history for this message
Peter Maydell (pmaydell) wrote :
Peter Maydell (pmaydell)
Changed in qemu-linaro:
status: New → Fix Committed
importance: Undecided → High
Peter Maydell (pmaydell)
Changed in qemu-linaro:
milestone: none → 2011.06
Peter Maydell (pmaydell)
Changed in qemu-linaro:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.