* [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default
@ 2011-10-12 12:51 Paul Bolle
2011-10-13 8:29 ` Michal Marek
0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2011-10-12 12:51 UTC (permalink / raw)
To: Jiri Kosina; +Cc: linux-kernel
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
"Kernel page size" still defaults to "4KB", for both 32 and 64 bit
processors, when tested with "make ARCH=parisc menuconfig", which is
good.
arch/parisc/Kconfig | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig
index e077b0b..fdfd8be 100644
--- a/arch/parisc/Kconfig
+++ b/arch/parisc/Kconfig
@@ -169,9 +169,7 @@ config 64BIT
choice
prompt "Kernel page size"
- default PARISC_PAGE_SIZE_4KB if !64BIT
- default PARISC_PAGE_SIZE_4KB if 64BIT
-# default PARISC_PAGE_SIZE_16KB if 64BIT
+ default PARISC_PAGE_SIZE_4KB
config PARISC_PAGE_SIZE_4KB
bool "4KB"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default
2011-10-12 12:51 [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default Paul Bolle
@ 2011-10-13 8:29 ` Michal Marek
2011-10-13 8:35 ` Paul Bolle
0 siblings, 1 reply; 4+ messages in thread
From: Michal Marek @ 2011-10-13 8:29 UTC (permalink / raw)
To: Paul Bolle; +Cc: Jiri Kosina, linux-kernel
On 12.10.2011 14:51, Paul Bolle wrote:
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> ---
> "Kernel page size" still defaults to "4KB", for both 32 and 64 bit
> processors, when tested with "make ARCH=parisc menuconfig", which is
> good.
I think this paragraph would be nice to have in the changelog.
Michal
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default
2011-10-13 8:29 ` Michal Marek
@ 2011-10-13 8:35 ` Paul Bolle
2011-10-13 16:17 ` Jiri Kosina
0 siblings, 1 reply; 4+ messages in thread
From: Paul Bolle @ 2011-10-13 8:35 UTC (permalink / raw)
To: Michal Marek; +Cc: Jiri Kosina, linux-kernel
On Thu, 2011-10-13 at 10:29 +0200, Michal Marek wrote:
> On 12.10.2011 14:51, Paul Bolle wrote:
> > Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> > ---
> > "Kernel page size" still defaults to "4KB", for both 32 and 64 bit
> > processors, when tested with "make ARCH=parisc menuconfig", which is
> > good.
>
> I think this paragraph would be nice to have in the changelog.
Fine with me. Jiri, should I amend my patch and resend?
Paul Bolle
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default
2011-10-13 8:35 ` Paul Bolle
@ 2011-10-13 16:17 ` Jiri Kosina
0 siblings, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2011-10-13 16:17 UTC (permalink / raw)
To: Paul Bolle; +Cc: Michal Marek, linux-kernel
On Thu, 13 Oct 2011, Paul Bolle wrote:
> > > Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
> > > ---
> > > "Kernel page size" still defaults to "4KB", for both 32 and 64 bit
> > > processors, when tested with "make ARCH=parisc menuconfig", which is
> > > good.
> >
> > I think this paragraph would be nice to have in the changelog.
>
> Fine with me. Jiri, should I amend my patch and resend?
No need to resend. Thanks,
--
Jiri Kosina
SUSE Labs
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-10-13 16:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-12 12:51 [PATCH] [TRIVIAL] parisc: Kconfig: cleanup Kernel page size default Paul Bolle
2011-10-13 8:29 ` Michal Marek
2011-10-13 8:35 ` Paul Bolle
2011-10-13 16:17 ` Jiri Kosina
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.