Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389891
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Ingo Molnar <mingo@kernel.org> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 07/21] X86_64, UV: Remove Support for UV1 |
| Date | Thu, 28 Apr 2016 10:50:02 +0200 |
| Message-ID | <rsPO2-e7-5@gated-at.bofh.it> (permalink) |
| References | <rsICR-2JI-3@gated-at.bofh.it> <rsIMz-2Nw-35@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Ocg1Q7M4sLeEzpE0WILjmDH64Nmy4MNil2X1Aq0aLLM=; b=r34/vzQcvZ2foRMDV87bIVHDjrSFe4yFE8XbmuygPtQNn5FAL2UoZ67VLATquChGnD auG/QK4mVit75vEHa9Kr3uJhTnLCYkwRZ9NOjunhWkzQ/YPy8yGxcR3yZMumFb31DkPn lrhbLuCmsmXQD1X213ZKhAaxac3iert1wr+BoLazgTyMWGVU9hYkPP/G9EoxAiNLRhEt 4zdkaR+0sUvqbMW7WhQM1foRZdqQO7HFfucwmbdpzFhi+GsB6MNCM0SMDgqx8VCL8k23 D5xY3zPZj45NbC6AKlhZkd5iNufsSO92Qa/lvnhJhD7i0Nk8xSrmFc/HxfvGPuE4VqJv Ah0w== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=Ocg1Q7M4sLeEzpE0WILjmDH64Nmy4MNil2X1Aq0aLLM=; b=Zk+R2FggMfC3wVlV8zGDs9TjDPeWeogJkPFtc2oJq0nl28UIGwUXK2xmFM6t+6sPkq xcbRpousJbEwxnZpyUznrv8i0bcRjULimtilQ7TqEncJyYzeP/gKJtOQ9a7jKnBj8HsO GKVltneik4ubAYWimL9SEShKJGYmPNtiHmI8CCK5yPwRap1ZqGRctm9TrRTpz2SbvFVY r7X4ub69EHuyorE7xg1hMbqGMAvMpFTT1z39KnvtqvRuSGMTVMuhMzTxXOzwxhRX0Fjg 5irU4S6QK+HAz5OKO5a6+gXYVgWqoMknwd0uxmMDRIuhxugXroLCJIc564+wf17zKj+o JfPA== |
| X-Gm-Message-State | AOPr4FX/jY0/1GJmSpB+ls+r6GoIAQzffLNOD4dbUGNyYMpLEm5E6ibNybTW5s+ks+CU5g== |
| X-Received | by 10.194.92.107 with SMTP id cl11mr15645298wjb.21.1461833328020; Thu, 28 Apr 2016 01:48:48 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 13 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>, Thomas Gleixner <tglx@linutronix.de>, Andrew Morton <akpm@linux-foundation.org>, Len Brown <len.brown@intel.com>, x86@kernel.org, linux-kernel@vger.kernel.org, uv4-kernel@sgi.com |
| X-Original-Date | Thu, 28 Apr 2016 10:48:44 +0200 |
| X-Original-Message-ID | <20160428084844.GB16679@gmail.com> |
| X-Original-References | <20160428005457.471061412@asylum.americas.sgi.com> <20160428005458.729286570@asylum.americas.sgi.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1389891 |
Show key headers only | View raw
* Mike Travis <travis@sgi.com> wrote: > The UV1 architecture is no longer being supported in future Linux kernels, so Is such hardware still out there? If yes then please don't break it. You might not want to test it, and if no-one else does it will eventually and inevitably bit rot, but please don't intentionally cripple it .. Thanks, Ingo
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 00/21] X86_64, UV: Update kernel for SGI UV4 support Mike Travis <travis@sgi.com> - 2016-04-28 03:20 +0200
[PATCH 20/21] X86_64, UV: Remove Obsolete GRU MMR address translation Mike Travis <travis@sgi.com> - 2016-04-28 03:20 +0200
Re: [PATCH 20/21] X86_64, UV: Remove Obsolete GRU MMR address translation Ingo Molnar <mingo@kernel.org> - 2016-04-28 11:00 +0200
[PATCH 14/21] X86_64, UV: Fold blade info into per node hub info structs Mike Travis <travis@sgi.com> - 2016-04-28 03:20 +0200
[PATCH 07/21] X86_64, UV: Remove Support for UV1 Mike Travis <travis@sgi.com> - 2016-04-28 03:20 +0200
Re: [PATCH 07/21] X86_64, UV: Remove Support for UV1 Ingo Molnar <mingo@kernel.org> - 2016-04-28 10:50 +0200
Re: [PATCH 07/21] X86_64, UV: Remove Support for UV1 Mike Travis <travis@sgi.com> - 2016-04-29 00:00 +0200
csiph-web