From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752578Ab2BLLOV (ORCPT ); Sun, 12 Feb 2012 06:14:21 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:50090 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752019Ab2BLLOU (ORCPT ); Sun, 12 Feb 2012 06:14:20 -0500 Date: Sun, 12 Feb 2012 12:14:16 +0100 From: Ingo Molnar To: Yinghai Lu Cc: Thomas Gleixner , "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86: Fix show_msr= debug print out Message-ID: <20120212111416.GB21493@elte.hu> References: <1329016121-26978-1-git-send-email-yinghai@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1329016121-26978-1-git-send-email-yinghai@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu wrote: > +void print_cpu_msr(struct cpuinfo_x86 *); > +void __cpuinit print_cpu_mdr(struct cpuinfo_x86 *c) > + print_cpu_msr(&cpu_data(cpu)); This patch cannot possibly have been build tested, let alone boot tested. Thanks, Ingo