From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: [patch 0/4] Clean up asm/bugs.h, identify_cpu() and update COMPAT_VDSO Date: Fri, 06 Apr 2007 15:41:52 -0700 Message-ID: <20070406224152.556848893@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Andi Kleen Cc: virtualization@lists.osdl.org, Andrew Morton , lkml List-Id: virtualization@lists.linuxfoundation.org Hi Andi, Four patches: - clean up asm/bugs.h, by moving all the C code into its own C file - split identify_cpu() into boot and secondary variants, so that boot-time setup functions can be marked __init - repost of the COMPAT_VDSO patches with a bit more robustness from unknown DT_tags, and functions marked __init, since all this is boot-time only setup. Thanks, J -- = From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933541AbXDGAA3 (ORCPT ); Fri, 6 Apr 2007 20:00:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933546AbXDGAA3 (ORCPT ); Fri, 6 Apr 2007 20:00:29 -0400 Received: from 163.sub-75-209-152.myvzw.com ([75.209.152.163]:42396 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S933541AbXDGAA2 (ORCPT ); Fri, 6 Apr 2007 20:00:28 -0400 Message-Id: <20070406224152.556848893@goop.org> User-Agent: quilt/0.46-1 Date: Fri, 06 Apr 2007 15:41:52 -0700 From: Jeremy Fitzhardinge To: Andi Kleen Cc: Andrew Morton , virtualization@lists.osdl.org, lkml Subject: [patch 0/4] Clean up asm/bugs.h, identify_cpu() and update COMPAT_VDSO Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Andi, Four patches: - clean up asm/bugs.h, by moving all the C code into its own C file - split identify_cpu() into boot and secondary variants, so that boot-time setup functions can be marked __init - repost of the COMPAT_VDSO patches with a bit more robustness from unknown DT_tags, and functions marked __init, since all this is boot-time only setup. Thanks, J --