| To: | David Daney <ddaney@caviumnetworks.com> |
|---|---|
| Subject: | Re: [patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE |
| From: | Linus Torvalds <torvalds@linux-foundation.org> |
| Date: | Mon, 21 Nov 2011 16:55:13 -0800 |
| Cc: | David Daney <ddaney.cavm@gmail.com>, David Rientjes <rientjes@google.com>, Andrew Morton <akpm@linux-foundation.org>, "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>, "ralf@linux-mips.org" <ralf@linux-mips.org>, "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, David Daney <david.daney@cavium.com>, "linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>, Robin Holt <holt@sgi.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=UR59dpucMtx33HLIdlDQGxv38z8nmrF82d7082OOOXY=; b=q0GjJTyiDOXuIkldwUlhmgGYFwIC5bn06QuG+khH3e2fyDtlefnMw3qUMOJ51WzEkJ XMFFIjgQokioLkZ4TuYLkqXF5uC/zzS3I5Ul6U7HwzZDXGhOBYq7gCELhfrikAVpthD4 qmTZFixFYqLC5KfFFqZasY4BApImVJO4w6O8Q= |
| In-reply-to: | <4ECAF15E.1070008@caviumnetworks.com> |
| References: | <1321567050-13197-1-git-send-email-ddaney.cavm@gmail.com> <alpine.DEB.2.00.1111171520130.20133@chino.kir.corp.google.com> <alpine.DEB.2.00.1111171522131.20133@chino.kir.corp.google.com> <4ECACF68.3020701@gmail.com> <CA+55aFwZxqHfEOemj+OJNKCj2toqGf3rkK-9iuS39L7iZsoH1Q@mail.gmail.com> <4ECAE314.9060209@gmail.com> <CA+55aFx==PGGLX9YXv1GOeTja4W0PSW8U4i8zkmtiZwqmFwHFw@mail.gmail.com> <4ECAF15E.1070008@caviumnetworks.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
On Mon, Nov 21, 2011 at 4:48 PM, David Daney <ddaney@caviumnetworks.com> wrote:
>
> Really Linus, did you read the other half of the message you quoted?
Sorry no. It was just an automatic reaction along the lines of "oh
christ, is this argument still going on"?
I'm ok with magic gcc function attributes, although I still don't see
why you need that symbol so badly.
Quite frankly, some MIPS-only patch is *not* important-enough to worry
about this. I'd rather have the simpler "that symbol doesn't exist,
and MIPS just needs an #ifdef".
I realize that we *used* to have code that did that
if (something_that_evaluates_to_zero) {
.. use HPAGE_MASK ..
but considering that we don't have that any more and people are happy,
I'm not all that convinced that we need to try to re-introduce it.
Linus
|
| Previous by Date: | Re: [patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE, David Daney |
|---|---|
| Next by Date: | [PATCH v2 0/5] MIPS/Perf-events & perf: Event init related fixes, Deng-Cheng Zhu |
| Previous by Thread: | Re: [patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE, David Daney |
| Next by Thread: | Re: [patch] hugetlb: remove dummy definitions of HPAGE_MASK and HPAGE_SIZE, David Rientjes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |