From: David Howells Date: Mon, 7 Apr 2014 22:39:22 +0000 (-0700) Subject: asm/system.h: um: arch_align_stack() moved to asm/exec.h X-Git-Tag: accepted/tizen/common/20141203.182822~260^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf7bc58f6dd4fdbab22e2ec5f27fe59674f425bf;p=platform%2Fkernel%2Flinux-arm64.git asm/system.h: um: arch_align_stack() moved to asm/exec.h arch_align_stack() moved to asm/exec.h, so change the comment referring to asm/system.h which no longer exists. Signed-off-by: David Howells Cc: Jeff Dike Cc: Richard Weinberger Cc: Arnd Bergmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c index eecc414..f17bca8 100644 --- a/arch/um/kernel/process.c +++ b/arch/um/kernel/process.c @@ -359,7 +359,7 @@ int singlestepping(void * t) /* * Only x86 and x86_64 have an arch_align_stack(). * All other arches have "#define arch_align_stack(x) (x)" - * in their asm/system.h + * in their asm/exec.h * As this is included in UML from asm-um/system-generic.h, * we can use it to behave as the subarch does. */