From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754254AbXD1Vzr (ORCPT ); Sat, 28 Apr 2007 17:55:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754271AbXD1Vzq (ORCPT ); Sat, 28 Apr 2007 17:55:46 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:38048 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754265AbXD1VzW (ORCPT ); Sat, 28 Apr 2007 17:55:22 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Jeremy Fitzhardinge Cc: Andi Kleen , James Bottomley , Virtualization Mailing List , Linux Kernel Mailing List , Rusty Russell Subject: Re: [PATCH] i386: introduce voyager smp_ops, fix voyager build References: <463382E5.9060701@goop.org> Date: Sat, 28 Apr 2007 15:53:56 -0600 In-Reply-To: <463382E5.9060701@goop.org> (Jeremy Fitzhardinge's message of "Sat, 28 Apr 2007 10:22:45 -0700") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeremy Fitzhardinge writes: > This adds an smp_ops for voyager, and hooks things up appropriately. > This is the first baby-step to making subarch runtime switchable. Unless I have missed something early_gdt_descr still needs to be updated. Eric