Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311835 Details for
Bug 455431
x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream fix for this issue
776 (text/plain), 3.37 KB, created by
Prarit Bhargava
on 2008-07-15 14:14:52 UTC
(
hide
)
Description:
Upstream fix for this issue
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2008-07-15 14:14:52 UTC
Size:
3.37 KB
patch
obsolete
>Return-path: <git-commits-head-owner@vger.kernel.org> >Envelope-to: arjan@infradead.org >Delivery-date: Fri, 18 Apr 2008 18:55:16 +0000 >Received: from vger.kernel.org ([209.132.176.167]) > by pentafluge.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) > id 1Jmvjv-0001hx-Jq > for arjan@infradead.org; Fri, 18 Apr 2008 18:55:16 +0000 >Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand > id S1753375AbYDRSzO (ORCPT <rfc822;arjan@infradead.org>); > Fri, 18 Apr 2008 14:55:14 -0400 >Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754478AbYDRSzN > (ORCPT <rfc822;git-commits-head-outgoing>); > Fri, 18 Apr 2008 14:55:13 -0400 >Received: from hera.kernel.org ([140.211.167.34]:57823 "EHLO hera.kernel.org" > rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP > id S1753394AbYDRSzE (ORCPT > <rfc822;git-commits-head@vger.kernel.org>); > Fri, 18 Apr 2008 14:55:04 -0400 >Received: from hera.kernel.org (IDENT:U2FsdGVkX19BAcp5MU6tN1/QJ2CjJov71HAV4gqZI2U@localhost [127.0.0.1]) > by hera.kernel.org (8.13.8/8.13.8) with ESMTP id m3IIsoYu006374 > (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) > for <git-commits-head@vger.kernel.org>; Fri, 18 Apr 2008 18:54:50 GMT >Received: (from dwmw2@localhost) > by hera.kernel.org (8.13.8/8.13.1/Submit) id m3IIsnC2006357 > for git-commits-head@vger.kernel.org; Fri, 18 Apr 2008 18:54:49 GMT >Date: Fri, 18 Apr 2008 18:54:49 GMT >Message-Id: <200804181854.m3IIsnC2006357@hera.kernel.org> >From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org> >To: git-commits-head@vger.kernel.org >Subject: x86: mpparse, move boot cpu physical apicid to apic_32.c, fix >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >X-Git-Commit: fae9811b775655a02dcb51fa0b6423b546468bd1 >X-Git-Parent: 837e0e7a7f574220c87c552cca9f425575418621 >X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 > autolearn=ham version=3.2.3 >X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on hera.kernel.org >Sender: git-commits-head-owner@vger.kernel.org >Precedence: bulk >List-ID: <git-commits-head.vger.kernel.org> >X-Mailing-List: git-commits-head@vger.kernel.org > >Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fae9811b775655a02dcb51fa0b6423b546468bd1 >Commit: fae9811b775655a02dcb51fa0b6423b546468bd1 >Parent: 837e0e7a7f574220c87c552cca9f425575418621 >Author: Ingo Molnar <mingo@elte.hu> >AuthorDate: Fri Mar 28 12:22:10 2008 +0100 >Committer: Ingo Molnar <mingo@elte.hu> >CommitDate: Thu Apr 17 17:41:31 2008 +0200 > > x86: mpparse, move boot cpu physical apicid to apic_32.c, fix > > Signed-off-by: Ingo Molnar <mingo@elte.hu> >--- > arch/x86/kernel/mpparse_32.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c >index 9143810..9b61b50 100644 >--- a/arch/x86/kernel/mpparse_32.c >+++ b/arch/x86/kernel/mpparse_32.c >@@ -65,8 +65,10 @@ int pic_mode; > #ifndef CONFIG_X86_SMP > unsigned int num_processors; > unsigned disabled_cpus __cpuinitdata; >+#ifndef CONFIG_X86_LOCAL_APIC > unsigned int boot_cpu_physical_apicid = -1U; > #endif >+#endif > > /* Make it easy to share the UP and SMP code: */ > #ifndef CONFIG_X86_SMP >-- >To unsubscribe from this list: send the line "unsubscribe git-commits-head" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455431
: 311835