From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin van Leeuwen Subject: Compile problems shadow.c after hg pull -u Date: Thu, 15 Dec 2005 14:29:52 +0100 Message-ID: <43A16FD0.2000704@rldsoftware.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org After my last hg pull -u hg tip changeset: 8369:dc8122d90670 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Wed Dec 14 19:47:16 2005 +0100 summary: Fix the issue when guest OS clear TS bit by mov to cr0 instead of i got some strange errors in compiling Xen. They where all located in the file /usr/src/xen/xen-unstable.hg/xen/arch/x86/shadow.c Anyway, i have limited C experience, but the was a lot of rules in it like > <<<<<<< /tmp/shadow.c~base.2FTtb9 > need_flush |= resync_all(d, PGT_l2_shadow); > ======= So everywhere wehere the was a <<<<<<<, i deleted until the =========== and everywhere there was >>>>>>>> i left (removed >>>>>> and ========) offcourse my diff file before and after is attached, maybe can give some help.... seems so compile ok now (amd64, 64 bit mode) kind regards, robin