All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: davem@davemloft.net
Cc: ultralinux@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jean-Luc Leger <reiga@dspnet.fr.eu.org>
Subject: [2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
Date: Wed, 11 Jan 2006 23:46:41 +0000	[thread overview]
Message-ID: <20060111234640.GJ29663@stusta.de> (raw)

This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

It might be more logical to rename the HUGETLB_PAGE_SIZE_*K dependencies 
to HUGETLB_PAGE_SIZE_*KB, but let's fix this bug first.

This bug was reported by Jean-Luc Leger <reiga@dspnet.fr.eu.org>.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-mm3-full/arch/sparc64/Kconfig.old	2006-01-11 23:44:42.000000000 +0100
+++ linux-2.6.15-mm3-full/arch/sparc64/Kconfig	2006-01-11 23:44:58.000000000 +0100
@@ -179,7 +179,7 @@
 	bool "512K"
 
 config HUGETLB_PAGE_SIZE_64K
-	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
+	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
 	bool "64K"
 
 endchoice

WARNING: multiple messages have this Message-ID (diff)
From: Adrian Bunk <bunk@stusta.de>
To: davem@davemloft.net
Cc: ultralinux@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jean-Luc Leger <reiga@dspnet.fr.eu.org>
Subject: [2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies
Date: Thu, 12 Jan 2006 00:46:41 +0100	[thread overview]
Message-ID: <20060111234640.GJ29663@stusta.de> (raw)

This patch fixes a typo in the dependencies of HUGETLB_PAGE_SIZE_64K.

It might be more logical to rename the HUGETLB_PAGE_SIZE_*K dependencies 
to HUGETLB_PAGE_SIZE_*KB, but let's fix this bug first.

This bug was reported by Jean-Luc Leger <reiga@dspnet.fr.eu.org>.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.15-mm3-full/arch/sparc64/Kconfig.old	2006-01-11 23:44:42.000000000 +0100
+++ linux-2.6.15-mm3-full/arch/sparc64/Kconfig	2006-01-11 23:44:58.000000000 +0100
@@ -179,7 +179,7 @@
 	bool "512K"
 
 config HUGETLB_PAGE_SIZE_64K
-	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512K
+	depends on !SPARC64_PAGE_SIZE_4MB && !SPARC64_PAGE_SIZE_512KB
 	bool "64K"
 
 endchoice

             reply	other threads:[~2006-01-11 23:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-11 23:46 Adrian Bunk [this message]
2006-01-11 23:46 ` [2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies Adrian Bunk
2006-01-11 23:55 ` [2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K David S. Miller
2006-01-11 23:55   ` [2.6 patch] arch/sparc64/Kconfig: fix HUGETLB_PAGE_SIZE_64K dependencies David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060111234640.GJ29663@stusta.de \
    --to=bunk@stusta.de \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=reiga@dspnet.fr.eu.org \
    --cc=ultralinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.