* Kernel is Hanging for page size 16KB.
@ 2008-07-23 6:42 Naresh Bhat
2008-07-23 6:58 ` Marco Stornelli
2008-07-23 7:03 ` Naresh Bhat
0 siblings, 2 replies; 8+ messages in thread
From: Naresh Bhat @ 2008-07-23 6:42 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 381 bytes --]
Hi Guys,
I have a board MIPS Malta and Linux 2.6.10 is running on that. By default
4KB page size will be allocated in the kernel (I mean to say I saw it when I
do the "make menuconfig".
Problem is:
When I changed the page size to 16KB it will hang after mounting the file
system. I am using the NFS for booting the board.
Can anybody help me on this issue...
--
Naresh Bhat
[-- Attachment #2: Type: text/html, Size: 470 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Kernel is Hanging for page size 16KB.
2008-07-23 6:42 Kernel is Hanging for page size 16KB Naresh Bhat
@ 2008-07-23 6:58 ` Marco Stornelli
2008-07-23 7:03 ` Naresh Bhat
1 sibling, 0 replies; 8+ messages in thread
From: Marco Stornelli @ 2008-07-23 6:58 UTC (permalink / raw)
To: Naresh Bhat; +Cc: linuxppc-embedded
Naresh Bhat ha scritto:
> Hi Guys,
>
> I have a board MIPS Malta and Linux 2.6.10 is running on that. By default
> 4KB page size will be allocated in the kernel (I mean to say I saw it when I
> do the "make menuconfig".
>
> Problem is:
>
> When I changed the page size to 16KB it will hang after mounting the file
> system. I am using the NFS for booting the board.
>
>
> Can anybody help me on this issue...
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
This is not a MIPS a mailing list.
--
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it
marco.stornelli@coritel.it
+39 06 72582838
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Kernel is Hanging for page size 16KB.
2008-07-23 6:42 Kernel is Hanging for page size 16KB Naresh Bhat
2008-07-23 6:58 ` Marco Stornelli
@ 2008-07-23 7:03 ` Naresh Bhat
1 sibling, 0 replies; 8+ messages in thread
From: Naresh Bhat @ 2008-07-23 7:03 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 591 bytes --]
ooops sorry, Please Ignore....by mistake I put the question here...
On Wed, Jul 23, 2008 at 12:12 PM, Naresh Bhat <nareshgbhat@gmail.com> wrote:
> Hi Guys,
>
> I have a board MIPS Malta and Linux 2.6.10 is running on that. By default
> 4KB page size will be allocated in the kernel (I mean to say I saw it when I
> do the "make menuconfig".
>
> Problem is:
>
> When I changed the page size to 16KB it will hang after mounting the file
> system. I am using the NFS for booting the board.
>
>
> Can anybody help me on this issue...
> --
>
> Naresh Bhat
>
>
--
Naresh Bhat
9845365362(M)
[-- Attachment #2: Type: text/html, Size: 942 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Kernel is Hanging for page size 16KB.
@ 2008-07-23 7:16 Naresh Bhat
2008-07-23 7:53 ` Dmitri Vorobiev
2008-07-23 16:27 ` Thiemo Seufer
0 siblings, 2 replies; 8+ messages in thread
From: Naresh Bhat @ 2008-07-23 7:16 UTC (permalink / raw)
To: linux-mips, linux-cvs
[-- Attachment #1: Type: text/plain, Size: 388 bytes --]
Hi Guys,
I have a board MIPS Malta and Linux 2.6.10 is running on that. By default
4KB page size will be allocated in the kernel (I mean to say I saw it when I
do the "make menuconfig".
Problem is:
When I changed the page size to 16KB it will hang after mounting the file
system. I am using the NFS for booting the board.
Can anybody help me on this issue...
--
Thanks
Naresh Bhat
[-- Attachment #2: Type: text/html, Size: 476 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Kernel is Hanging for page size 16KB.
2008-07-23 7:16 Naresh Bhat
@ 2008-07-23 7:53 ` Dmitri Vorobiev
[not found] ` <cf9b3c760807230113x1194f6b3j692a2cb0867b7885@mail.gmail.com>
2008-07-23 16:27 ` Thiemo Seufer
1 sibling, 1 reply; 8+ messages in thread
From: Dmitri Vorobiev @ 2008-07-23 7:53 UTC (permalink / raw)
To: Naresh Bhat; +Cc: linux-mips
Naresh Bhat wrote:
> Hi Guys,
>
> I have a board MIPS Malta and Linux 2.6.10 is running on that. By
> default 4KB page size will be allocated in the kernel (I mean to say I
> saw it when I do the "make menuconfig".
>
> Problem is:
>
> When I changed the page size to 16KB it will hang after mounting the
> file system. I am using the NFS for booting the board.
What was the reason to change the default page size? What do you think you'll gain from it?
>
>
> Can anybody help me on this issue...
Please tell what kind of problem you're really trying to solve...
Regards,
Dmitri
>
> --
> Thanks
> Naresh Bhat
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Kernel is Hanging for page size 16KB.
2008-07-23 7:16 Naresh Bhat
2008-07-23 7:53 ` Dmitri Vorobiev
@ 2008-07-23 16:27 ` Thiemo Seufer
1 sibling, 0 replies; 8+ messages in thread
From: Thiemo Seufer @ 2008-07-23 16:27 UTC (permalink / raw)
To: Naresh Bhat; +Cc: linux-mips
Naresh Bhat wrote:
> Hi Guys,
>
> I have a board MIPS Malta and Linux 2.6.10 is running on that. By default
> 4KB page size will be allocated in the kernel (I mean to say I saw it when I
> do the "make menuconfig".
>
> Problem is:
>
> When I changed the page size to 16KB it will hang after mounting the file
> system. I am using the NFS for booting the board.
IIRC the old TLB handlers were buggy for anything else than 4k pages.
For the Malta, upgrading to a recent kernel version should be the
simplest way to solve the problem.
Thiemo
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-07-23 16:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 6:42 Kernel is Hanging for page size 16KB Naresh Bhat
2008-07-23 6:58 ` Marco Stornelli
2008-07-23 7:03 ` Naresh Bhat
-- strict thread matches above, loose matches on Subject: below --
2008-07-23 7:16 Naresh Bhat
2008-07-23 7:53 ` Dmitri Vorobiev
[not found] ` <cf9b3c760807230113x1194f6b3j692a2cb0867b7885@mail.gmail.com>
2008-07-23 8:41 ` Dmitri Vorobiev
2008-07-23 12:31 ` Zhang Le
2008-07-23 16:27 ` Thiemo Seufer
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.