Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Ooops in kmalloc from request_region
@ 2001-02-14  4:00 Liam Davies
  2001-02-14 13:16 ` Steve Johnson
  0 siblings, 1 reply; 3+ messages in thread
From: Liam Davies @ 2001-02-14  4:00 UTC (permalink / raw)
  To: linux-mips


I am currently at the stage of calling request_region in my irq_setup 
function.
The call to request_region does a kmalloc which oops. The box has 256Mb Ram.

Is this the right stage to be doing this call? Is there something that I 
have missed
in setting up the memory regions or paging?


Thanks
Liam Davies



Unable to handle kernel paging request at virtual address 10003278, epc 
== 80035314, ra == 800a1d60
Oops in fault.c:do_page_fault, line 172:


static void __init cobalt_irq_setup(void)
{
       set_cp0_status(ST0_IM, 0);

       set_except_vector(0, cobalt_handle_int);

---->> request_region(0xb0000020, 0x20, "pic1");
       request_region(0xb00000A0, 0x20, "pic2");
...

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

end of thread, other threads:[~2001-02-14 13:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-14  4:00 Ooops in kmalloc from request_region Liam Davies
2001-02-14 13:16 ` Steve Johnson
2001-02-14 13:19   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox