Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf7bc58f authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Richard Weinberger <richard@nod.at>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 95663285
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -359,7 +359,7 @@ int singlestepping(void * t)
/*
/*
 * Only x86 and x86_64 have an arch_align_stack().
 * Only x86 and x86_64 have an arch_align_stack().
 * All other arches have "#define arch_align_stack(x) (x)"
 * 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,
 * As this is included in UML from asm-um/system-generic.h,
 * we can use it to behave as the subarch does.
 * we can use it to behave as the subarch does.
 */
 */