From: Bodo Stroesser Date: Sat, 7 May 2005 04:30:53 +0000 (-0700) Subject: [PATCH] uml: S390 preparation, arch_align_stack X-Git-Tag: v2.6.12-rc4~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8bd0220c1ac6273eda66e25d992654219f846b6;p=pandora-kernel.git [PATCH] uml: S390 preparation, arch_align_stack Only x86 and x86_64 use arch_align_stack(), all other subarches have: #define arch_align_stack(x) (x) So, if this definition is found, UML's own arch_align_stack() should be skipped. Signed-off-by: Bodo Stroesser Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed