[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Fwd: linux-image-2.6-17-mac tries



> > 2.6.17 without ADB seems pretty solid to me except for the genrtc problems
> > (I do have two nice panic logs on that issue, but these rather look like
> > the genrtc module itself is borked, as gen_rtc_ioctl+0x12a trips over a
> > NULL PC...) and the time lagging back more than one day by now.
>
> Can you please disassemble that module?
>
> All m68k-specific wrappers in <asm/rtc.h> do check for NULL pointers
> before passing the flow to the Mac-specific code...

Will do that... from what I can see, this seems to be a bit odd, no?

3fc:   2079 0000 0000  moveal 0 <genrtc_troutine>,%a0
402:   4e90            jsr %a0@

(The faulting PC is 404, right after that instruction)

Seems genrtc_troutine is initialized to NULL, or not initialized at all?

	Michael



Reply to: