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 311828 Details for
Bug 455424
x86: show apicid for cpu in proc
[?]
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
166 (text/plain), 3.38 KB, created by
Prarit Bhargava
on 2008-07-15 14:06:30 UTC
(
hide
)
Description:
Upstream fix for this issue
Filename:
MIME Type:
Creator:
Prarit Bhargava
Created:
2008-07-15 14:06:30 UTC
Size:
3.38 KB
patch
obsolete
>Return-path: <git-commits-head-owner@vger.kernel.org> >Envelope-to: arjan@infradead.org >Delivery-date: Fri, 18 Apr 2008 17:10:27 +0000 >Received: from vger.kernel.org ([209.132.176.167]) > by pentafluge.infradead.org with esmtp (Exim 4.68 #1 (Red Hat Linux)) > id 1Jmu6V-0008Uq-7t > for arjan@infradead.org; Fri, 18 Apr 2008 17:10:27 +0000 >Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand > id S1755930AbYDRRK0 (ORCPT <rfc822;arjan@infradead.org>); > Fri, 18 Apr 2008 13:10:26 -0400 >Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757260AbYDRRK0 > (ORCPT <rfc822;git-commits-head-outgoing>); > Fri, 18 Apr 2008 13:10:26 -0400 >Received: from hera.kernel.org ([140.211.167.34]:59327 "EHLO hera.kernel.org" > rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP > id S1757133AbYDRRKZ (ORCPT > <rfc822;git-commits-head@vger.kernel.org>); > Fri, 18 Apr 2008 13:10:25 -0400 >Received: from hera.kernel.org (IDENT:U2FsdGVkX19Wai83cU3L9V6TW5/SuQQkVc4nnUgFSyI@localhost [127.0.0.1]) > by hera.kernel.org (8.13.8/8.13.8) with ESMTP id m3IHANeq024300 > (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) > for <git-commits-head@vger.kernel.org>; Fri, 18 Apr 2008 17:10:24 GMT >Received: (from dwmw2@localhost) > by hera.kernel.org (8.13.8/8.13.1/Submit) id m3IHAMMJ024284 > for git-commits-head@vger.kernel.org; Fri, 18 Apr 2008 17:10:22 GMT >Date: Fri, 18 Apr 2008 17:10:22 GMT >Message-Id: <200804181710.m3IHAMMJ024284@hera.kernel.org> >From: Linux Kernel Mailing List <linux-kernel@vger.kernel.org> >To: git-commits-head@vger.kernel.org >Subject: x86: show apicid for cpu in proc >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit >X-Git-Commit: 282bfe21cf0e2af9eac052c89bcc0a5ace80352f >X-Git-Parent: a7062211865efb53cda253d6e33a106f0fe20ebe >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=282bfe21cf0e2af9eac052c89bcc0a5ace80352f >Commit: 282bfe21cf0e2af9eac052c89bcc0a5ace80352f >Parent: a7062211865efb53cda253d6e33a106f0fe20ebe >Author: Yinghai Lu <yhlu.kernel@gmail.com> >AuthorDate: Thu Mar 6 01:13:34 2008 -0800 >Committer: Ingo Molnar <mingo@elte.hu> >CommitDate: Thu Apr 17 17:40:57 2008 +0200 > > x86: show apicid for cpu in proc > > Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> > Signed-off-by: Ingo Molnar <mingo@elte.hu> >--- > arch/x86/kernel/cpu/proc.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/arch/x86/kernel/cpu/proc.c b/arch/x86/kernel/cpu/proc.c >index 15043a3..e8e58c0 100644 >--- a/arch/x86/kernel/cpu/proc.c >+++ b/arch/x86/kernel/cpu/proc.c >@@ -59,6 +59,7 @@ static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, > cpus_weight(per_cpu(cpu_core_map, cpu))); > seq_printf(m, "core id\t\t: %d\n", c->cpu_core_id); > seq_printf(m, "cpu cores\t: %d\n", c->booted_cores); >+ seq_printf(m, "apicid\t\t: %d\n", c->apicid); > } > #endif > } >-- >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 455424
: 311828 |
311878