Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932789AbWCQVMo (ORCPT ); Fri, 17 Mar 2006 16:12:44 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932790AbWCQVMn (ORCPT ); Fri, 17 Mar 2006 16:12:43 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:1408 "EHLO sorel.sous-sol.org") by vger.kernel.org with ESMTP id S932789AbWCQVMm (ORCPT ); Fri, 17 Mar 2006 16:12:42 -0500 Date: Fri, 17 Mar 2006 13:11:46 -0800 From: Chris Wright To: Joshua LeVasseur Cc: Pavel Machek , Zachary Amsden , Linus Torvalds , Linux Kernel Mailing List , Virtualization Mailing List , Xen-devel , Andrew Morton , Dan Hecht , Dan Arai , Anne Holler , Pratap Subrahmanyam , Christopher Li , Chris Wright , Rik Van Riel , Jyothy Reddy , Jack Lo , Kip Macy , Jan Beulich , Ky Srinivasan , Wim Coekaerts , Leendert van Doorn Subject: Re: [RFC, PATCH 5/24] i386 Vmi code patching Message-ID: <20060317211146.GP15997@sorel.sous-sol.org> References: <200603131802.k2DI2nv8005665@zach-dev.vmware.com> <20060315230012.GA1919@elf.ucw.cz> <869E58AF-339F-4660-8458-36F58A5E35EF@ira.uka.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <869E58AF-339F-4660-8458-36F58A5E35EF@ira.uka.de> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 573 Lines: 17 * Joshua LeVasseur (jtl@ira.uka.de) wrote: > extern "C" void > afterburn_cpu_write_gdt32_ext( burn_clobbers_frame_t *frame ) > { > get_cpu()->gdtr = *(dtr_t *)frame->eax; > } What is this get_cpu()? Accessing data structure that's avail. in ROM and shared with hypervisor...could you elaborate a bit here? thanks, -chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/