On 21.10.2009, at 10:18, Carsten Otte wrote:
Alexander Graf wrote:Either we take the psw in on x86 too or we #ifdef out the x86 specific stuff on s390.Good idea, I'll #ifndef CONFIG_S390 the x86 specifics while we're at it.
Maybe better #if defined(TARGET_X86) || defined(TARGET_IA64). We don't really need them for ppc either :-).
Alex