From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] 2nd percpu build fix Date: Tue, 08 Aug 2006 09:31:45 -0600 Message-ID: <1155051105.8446.6.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain 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: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Keir, This one hasn't hit xen-unstable.hg yet, but xen-staging patch "[XEN] Assorted further PER_CPU- or read_mostly-ifications." needs the below include to build on ia64. Please apply. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r 1f05ac8abda6 xen/common/domain.c --- a/xen/common/domain.c Tue Aug 08 09:26:10 2006 -0600 +++ b/xen/common/domain.c Tue Aug 08 09:29:08 2006 -0600 @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include