From: Matt Fleming <matt@codeblueprint.co.uk>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Alex Thorlton <athorlton@sgi.com>,
LKML <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
Hedi Berriche <hedi@sgi.com>, Dimitri Sivanich <sivanich@sgi.com>,
x86@kernel.org, linux-efi@vger.kernel.org
Subject: Re: [PATCH 1/2] Remove EFI memmap quirk for UV
Date: Tue, 17 Nov 2015 09:52:08 +0000 [thread overview]
Message-ID: <20151117095208.GC2727@codeblueprint.co.uk> (raw)
In-Reply-To: <alpine.DEB.2.11.1511161902050.3761@nanos>
On Mon, 16 Nov, at 07:02:48PM, Thomas Gleixner wrote:
> On Mon, 16 Nov 2015, Alex Thorlton wrote:
>
> CC'ing Matt under his correct e-mail address.
>
> > Commit a5d90c923bcf ("x86/efi: Quirk out SGI UV") added a quirk to
> > efi_apply_memmap_quirks to force SGI UV systems to fall back to the old
> > EFI memmap mechanism. We have a BIOS fix for this issue now, so we no
> > longer need this quirk in the kernel. This commit removes the quirk
> > from the function in question.
> >
> > Signed-off-by: Alex Thorlton <athorlton@sgi.com>
> > Acked-by: Mike Travis <travis@sgi.com>
> > Acked-by: Russ Anderson <rja@sgi.com>
> > Cc: Matt Fleming <matt.fleming@intel.com>
> > Cc: Thomas Gleixner <tglx@linutronix.de>
> > Cc: Ingo Molnar <mingo@redhat.com>
> > Cc: "H. Peter Anvin" <hpa@zytor.com>
> > Cc: Hedi Berriche <hedi@sgi.com>
> > Cc: Dimitri Sivanich <sivanich@sgi.com>
> > Cc: x86@kernel.org
> > Cc: linux-efi@vger.kernel.org
> >
> > ---
> > arch/x86/platform/efi/quirks.c | 6 ------
> > 1 file changed, 6 deletions(-)
> >
> > diff --git a/arch/x86/platform/efi/quirks.c b/arch/x86/platform/efi/quirks.c
> > index 1c7380d..96b417c 100644
> > --- a/arch/x86/platform/efi/quirks.c
> > +++ b/arch/x86/platform/efi/quirks.c
> > @@ -259,12 +259,6 @@ void __init efi_apply_memmap_quirks(void)
> > pr_info("efi: Setup done, disabling due to 32/64-bit mismatch\n");
> > efi_unmap_memmap();
> > }
> > -
> > - /*
> > - * UV doesn't support the new EFI pagetable mapping yet.
> > - */
> > - if (is_uv_system())
> > - set_bit(EFI_OLD_MEMMAP, &efi.flags);
Awesome! Thanks Alex.
Can I also close https://bugzilla.kernel.org/show_bug.cgi?id=75021 ?
next prev parent reply other threads:[~2015-11-17 9:52 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 17:59 [PATCH 1/2] Remove EFI memmap quirk for UV Alex Thorlton
2015-11-16 17:59 ` Alex Thorlton
[not found] ` <1447696781-159611-1-git-send-email-athorlton-sJ/iWh9BUns@public.gmane.org>
2015-11-16 17:59 ` [PATCH 2/2] Remove extra mapping code for UV MMRs Alex Thorlton
2015-11-16 17:59 ` Alex Thorlton
2015-11-16 18:02 ` [PATCH 1/2] Remove EFI memmap quirk for UV Thomas Gleixner
2015-11-16 18:02 ` Thomas Gleixner
2015-11-17 9:52 ` Matt Fleming [this message]
2015-11-17 18:24 ` Alex Thorlton
2015-11-17 19:32 ` Borislav Petkov
2015-11-17 19:32 ` Borislav Petkov
[not found] ` <20151117193258.GB9374-fF5Pk5pvG8Y@public.gmane.org>
2015-11-18 1:56 ` Alex Thorlton
2015-11-18 1:56 ` Alex Thorlton
2015-11-18 8:00 ` Ingo Molnar
[not found] ` <20151118080047.GA22813-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-11-18 9:23 ` Borislav Petkov
2015-11-18 9:23 ` Borislav Petkov
[not found] ` <20151118092315.GB4138-fF5Pk5pvG8Y@public.gmane.org>
2015-11-18 17:00 ` Alex Thorlton
2015-11-18 17:00 ` Alex Thorlton
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=20151117095208.GC2727@codeblueprint.co.uk \
--to=matt@codeblueprint.co.uk \
--cc=athorlton@sgi.com \
--cc=hedi@sgi.com \
--cc=hpa@zytor.com \
--cc=linux-efi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=sivanich@sgi.com \
--cc=tglx@linutronix.de \
--cc=x86@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.