From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] kvm-userspace: add ibm archs to unifdef header Date: Tue, 04 Nov 2008 15:10:57 +0200 Message-ID: <491049E1.4000204@redhat.com> References: <0c2491cd5be222ddc0ff.1225732546@HelionPrime> <200811041253.04465.borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Ehrhardt Christian , kvm-ppc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org, cotte-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org To: Christian Borntraeger Return-path: In-Reply-To: <200811041253.04465.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org> Sender: kvm-ppc-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: kvm.vger.kernel.org Christian Borntraeger wrote: > Am Montag, 3. November 2008 schrieb Ehrhardt Christian: > >> +#ifdef __s390__ >> +#ifndef CONFIG_S390 >> +#define CONFIG_S390 1 >> +#endif >> +#endif >> + >> +#endif >> >> > > It seems that currently no header needs this, but better save than sorry. > > __s390__ is defined by gcc for s390 and s390x, CONFIG_S390 is set on s390 and > s390x in the kernel config. This looks right. > Okay, applied. Thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html