Skip to content

Commit cf7bc58

Browse files
dhowellstorvalds
authored andcommitted
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 <dhowells@redhat.com> Cc: Jeff Dike <jdike@addtoit.com> Cc: Richard Weinberger <richard@nod.at> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 9566328 commit cf7bc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/um/kernel/process.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ int singlestepping(void * t)
359359
/*
360360
* Only x86 and x86_64 have an arch_align_stack().
361361
* All other arches have "#define arch_align_stack(x) (x)"
362-
* in their asm/system.h
362+
* in their asm/exec.h
363363
* As this is included in UML from asm-um/system-generic.h,
364364
* we can use it to behave as the subarch does.
365365
*/

0 commit comments

Comments
 (0)