]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
asm/system.h: um: arch_align_stack() moved to asm/exec.h
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Mar 2014 00:05:19 +0000 (11:05 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 Mar 2014 07:13:28 +0000 (18:13 +1100)
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>
arch/um/kernel/process.c

index eecc4142764c7328108a76f5d02126281c44f845..f17bca8ed2ce610873076aa768a5dc78a6e0c72a 100644 (file)
@@ -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.
  */