* page fault
@ 2004-06-10 13:08 bharat
0 siblings, 0 replies; 4+ messages in thread
From: bharat @ 2004-06-10 13:08 UTC (permalink / raw)
To: linuxppc-embedded
hi Everyone
i am novice in this field and trying to port hardhat linux on
my custome board i have configured whole kernel and in last when i try to
start the /sbin/init function i get the error
PAGE FAULT IN INTERRUPT HANDLER
and sometime scheduling in interrupt
what should i do
please help me
thanks in anticipation
bharat
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* page fault
[not found] ` <20820601.1090640061250.JavaMail.administrator@RnDserver>
@ 2004-07-24 3:52 ` bharat
2004-07-24 17:16 ` David Woodhouse
0 siblings, 1 reply; 4+ messages in thread
From: bharat @ 2004-07-24 3:52 UTC (permalink / raw)
To: PPC_LINUX
hi all,
i am a newbie,so i may be far behind the curve,but please bear with me.
i am porting hardhat linux for MPPC860T for our custome hardware and i
am not using any bootloader instead i use my custome utility to download
kernel to board,in /arch/ppc/m8xx_setup.c in function m8xx_init i give
bd_t *binfo;
binfo =res;
binfo->bi_memstart=0;
binfo->bi_memsize=10*1024*1024;
binfo->bi_intfreq=50;
#ifdef CONFIG_BLK_DEV_INITRD
initrd_start = 10*1024*1024 + KERNELBASE;
initrd_end = 16*1024*1024 + KERNELBASE;
#endif
as i want to use 10 mb of my ram for execution and rest up to 16 mb
for file system currently it is nfs mounted.
problem is that it all went ok in kernel space but as soon as it enters
in user space it starts giving PAGE_FAULTS.
how can i remove this.
Thanks in anticipation
--
YOU CAN ACHIEVE ANYTHING BY PROGRAMMING YOUR MIND-SET !
with warm regards
Bharat Bhushan
coral Telecom,Noida
india
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: page fault
2004-07-24 3:52 ` page fault bharat
@ 2004-07-24 17:16 ` David Woodhouse
0 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2004-07-24 17:16 UTC (permalink / raw)
To: bharat; +Cc: PPC_LINUX
On Sat, 2004-07-24 at 09:22 +0530, bharat wrote:
> problem is that it all went ok in kernel space but as soon as it enters
> in user space it starts giving PAGE_FAULTS.
You seem to have posted this in reply to Andreas Oberritter's message in
which he offered a patch to export m8xx_cpm_hostalloc().
Please could you explain why these are related -- did you only start
seeing this problem after you applied his patch?
--
dwmw2
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Page fault
@ 2004-07-25 5:17 bharat
0 siblings, 0 replies; 4+ messages in thread
From: bharat @ 2004-07-25 5:17 UTC (permalink / raw)
To: David Woodhouse; +Cc: PPC_LINUX
hi,
the patch has nothing to do with my page fault problem,it's by mistake,
went in answer to that patch .
i sincerely apologize for that.
--
YOU CAN ACHIEVE ANYTHING BY PROGRAMMING YOUR MIND-SET !
with regards
Bharat Bhushan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-07-25 5:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-10 13:08 page fault bharat
-- strict thread matches above, loose matches on Subject: below --
2004-07-23 13:49 [PATCH] export m8xx_cpm_hostalloc Andreas Oberritter
[not found] ` <20820601.1090640061250.JavaMail.administrator@RnDserver>
2004-07-24 3:52 ` page fault bharat
2004-07-24 17:16 ` David Woodhouse
2004-07-25 5:17 Page fault bharat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).