All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* kernel bug in linux2.4.3
@ 2001-11-07  1:12 balaji.ramalingam
  2001-11-09  2:04 ` Jun Sun
  0 siblings, 1 reply; 2+ messages in thread
From: balaji.ramalingam @ 2001-11-07  1:12 UTC (permalink / raw
  To: linux-mips


Hello,

I took the linux kernel 2.4.3 from ftp://ftp.mips.com/pub/linux/mips/kernel/2.4/src/.
This kernel was ported for MIPS32 ISA and its supposed to work with all the
mips 4kc core. I took the kernel and ported for our Philips processor PR3950,
which is based on a mips 4kc core.

I have some issues in the reserve_bootmem() & the paging_init() in the
arch/mips/kernel/setup.c. Itseems that they fail in the alloc_bootmem ().
I commented these functions and got till console_init() to get the print messages
on my screen. I got the message as Kernel Bug in bootmem.c

Itseems that the functions BUG() has been executed.
So is this a kernel bug? I mean is there some problem in the kernel which has been
ported or is it something related to improper memory initialization?.


regards,
Balaji

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kernel bug in linux2.4.3
  2001-11-07  1:12 kernel bug in linux2.4.3 balaji.ramalingam
@ 2001-11-09  2:04 ` Jun Sun
  0 siblings, 0 replies; 2+ messages in thread
From: Jun Sun @ 2001-11-09  2:04 UTC (permalink / raw
  To: balaji.ramalingam; +Cc: linux-mips

balaji.ramalingam@philips.com wrote:
> 
> Hello,
> 
> I took the linux kernel 2.4.3 from ftp://ftp.mips.com/pub/linux/mips/kernel/2.4/src/.
> This kernel was ported for MIPS32 ISA and its supposed to work with all the
> mips 4kc core. I took the kernel and ported for our Philips processor PR3950,
> which is based on a mips 4kc core.
> 
> I have some issues in the reserve_bootmem() & the paging_init() in the
> arch/mips/kernel/setup.c. Itseems that they fail in the alloc_bootmem ().
> I commented these functions and got till console_init() to get the print messages
> on my screen. I got the message as Kernel Bug in bootmem.c
> 

Does PR3950 have ll/sc instructions?  If not, make sure the config file
reflects that properly.  Otherwise alloc_bootmem() will hang for ever. 
Commenting them out certainly is not the solution. :-)

Jun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-09  2:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-07  1:12 kernel bug in linux2.4.3 balaji.ramalingam
2001-11-09  2:04 ` Jun Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.