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 311836 Details for
Bug 455432
x86: mpparse: 64-bit 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
791 (text/plain), 3.58 KB, created by
Prarit Bhargava
on 2008-07-15 14:15:51 UTC
(
hide
)
Description:
Upstream fix for this issue
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2008-07-15 14:15:51 UTC
Size:
3.58 KB
patch
obsolete
>Return-path: <git-commits-head-owner@vger.kernel.org> >Envelope-to: arjan@infradead.org >Delivery-date: Fri, 18 Apr 2008 18:56:17 +0000 >Received: from vger.kernel.org ([209.132.176.167]) > by pentafluge.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) > id 1Jmvku-0001hx-Tv > for arjan@infradead.org; Fri, 18 Apr 2008 18:56:17 +0000 >Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand > id S1753829AbYDRS4Q (ORCPT <rfc822;arjan@infradead.org>); > Fri, 18 Apr 2008 14:56:16 -0400 >Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756519AbYDRS4Q > (ORCPT <rfc822;git-commits-head-outgoing>); > Fri, 18 Apr 2008 14:56:16 -0400 >Received: from hera.kernel.org ([140.211.167.34]:57921 "EHLO hera.kernel.org" > rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP > id S1753829AbYDRS4P (ORCPT > <rfc822;git-commits-head@vger.kernel.org>); > Fri, 18 Apr 2008 14:56:15 -0400 >Received: from hera.kernel.org (IDENT:U2FsdGVkX197d5XV4UcTy2NUKn4licgwic+CiXWKhOU@localhost [127.0.0.1]) > by hera.kernel.org (8.13.8/8.13.8) with ESMTP id m3IIuEZj007297 > (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) > for <git-commits-head@vger.kernel.org>; Fri, 18 Apr 2008 18:56:14 GMT >Received: (from dwmw2@localhost) > by hera.kernel.org (8.13.8/8.13.1/Submit) id m3IIuDeB007280 > for git-commits-head@vger.kernel.org; Fri, 18 Apr 2008 18:56:13 GMT >Date: Fri, 18 Apr 2008 18:56:13 GMT >Message-Id: <200804181856.m3IIuDeB007280@hera.kernel.org> >From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org> >To: git-commits-head@vger.kernel.org >Subject: x86: mpparse: 64-bit fix >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >X-Git-Commit: e937fcf2fa0c1d21f9c0008ab600d46c240a984c >X-Git-Parent: 8be9ac850564a409c1238cd5f53776c340aea4dc >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=e937fcf2fa0c1d21f9c0008ab600d46c240a984c >Commit: e937fcf2fa0c1d21f9c0008ab600d46c240a984c >Parent: 8be9ac850564a409c1238cd5f53776c340aea4dc >Author: Ingo Molnar <mingo@elte.hu> >AuthorDate: Fri Mar 28 12:33:52 2008 +0100 >Committer: Ingo Molnar <mingo@elte.hu> >CommitDate: Thu Apr 17 17:41:33 2008 +0200 > > x86: mpparse: 64-bit fix > > Signed-off-by: Ingo Molnar <mingo@elte.hu> >--- > arch/x86/kernel/mpparse_64.c | 14 ++++++++++++++ > 1 files changed, 14 insertions(+), 0 deletions(-) > >diff --git a/arch/x86/kernel/mpparse_64.c b/arch/x86/kernel/mpparse_64.c >index d622940..5e789bd 100644 >--- a/arch/x86/kernel/mpparse_64.c >+++ b/arch/x86/kernel/mpparse_64.c >@@ -63,6 +63,20 @@ void *x86_bios_cpu_apicid_early_ptr; > DEFINE_PER_CPU(u16, x86_bios_cpu_apicid) = BAD_APICID; > EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid); > >+/* Make it easy to share the UP and SMP code: */ >+#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 >+physid_mask_t phys_cpu_present_map; >+#endif >+ > /* > * Intel MP BIOS table parsing routines: > */ >-- >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 455432
: 311836