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. 

Acked-by: Christian Borntraeger <[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to