On 14/10/2006, at 5:29 PM, Jurij Smakov wrote:
2.6.18, so we could compare. For 2.6.18 you could insert a line like
prom_printf("mstk48t59_regs=%p mstk48t02_regs=%p regs=%p\n",
mstk48t59_regs, mstk48t02_regs, regs);
around line 808 in time.c (right after these variables have been set).
The values printed are:
mstk48t59_regs=000001fff1000000
mstk48t02_regs=000001fff1001800
regs=000001fff1000000
Similarly, for 2.6.16 you could insert a line
prom_printf("mstk48t59_regs=%p mstk48t02_regs=%p\n",
mstk48t59_regs, mstk48t02_regs);
around line 895 in time.c.
The values printed are:
mstk48t59_regs=000001ff011800000
mstk48t02_regs=000001ff01801800
The boot from my 2.16.1 stops right after this message here.
My build is using upstream kernel sources linux-2.6.16.tar.bz2
Rebuild with no message - still boot stops on a new line after
Booting Linux...
But the debian 2.6.16-1 boots OK...
jim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]