Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Re: Re: MIPS : die at free_initmem() function 3.9+
@ 2013-05-05 22:39 EUNBONG SONG
  2013-05-07 16:46 ` Jiang Liu
  0 siblings, 1 reply; 3+ messages in thread
From: EUNBONG SONG @ 2013-05-05 22:39 UTC (permalink / raw)
  To: Jiang Liu
  Cc: ralf@linux-mips.org, linux-mips@linux-mips.org,
	linux-kernel@vger.kernel.org, jogo@openwrt.org,
	david.daney@cavium.com


>So on 64bits MIPS platforms, __va(__pa(x)) may not equal to x, that may cause
>trouble to free_initmem_default(). Could you please help to do another test
>by changing
>free_initmem_default(POISON_FREE_INITMEM);
>to
>free_initmem_default(0);

>This test could help to identify whether this panic is caused by
>memset((void *)pos, poison, PAGE_SIZE);
>in function free_reserved_area().

Hello, as you said i changed  "free_initmem_default(POISON_FREE_INITMEM);" to
"free_initmem_default(0);". Panic still occurred. 
Actually, i put the some debug messages. and i confirmed panic occurs in __free_reserved_page() function.
Thanks!


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

end of thread, other threads:[~2013-05-07 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-05 22:39 Re: MIPS : die at free_initmem() function 3.9+ EUNBONG SONG
2013-05-07 16:46 ` Jiang Liu
2013-05-07 17:27   ` David Daney

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