[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140212154607.2405.15741.stgit@warthog.procyon.org.uk>
Date: Wed, 12 Feb 2014 15:46:07 +0000
From: David Howells <dhowells@...hat.com>
To: akpm@...ux-foundation.org
Cc: linux-arch@...r.kernel.org, arnd@...db.de,
user-mode-linux-devel@...ts.sourceforge.net,
Richard Weinberger <richard@....at>,
Jeff Dike <jdike@...toit.com>, linux-kernel@...r.kernel.org,
dhowells@...hat.com
Subject: [PATCH 3/4] 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@...hat.com>
cc: Jeff Dike <jdike@...toit.com>
cc: Richard Weinberger <richard@....at>
cc: user-mode-linux-devel@...ts.sourceforge.net
---
arch/um/kernel/process.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists