aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/kernel/process.c')
-rw-r--r--arch/um/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/process.c b/arch/um/kernel/process.c
index eecc4142764c..f17bca8ed2ce 100644
--- a/arch/um/kernel/process.c
+++ b/arch/um/kernel/process.c
@@ -359,7 +359,7 @@ int singlestepping(void * t)
359/* 359/*
360 * Only x86 and x86_64 have an arch_align_stack(). 360 * Only x86 and x86_64 have an arch_align_stack().
361 * All other arches have "#define arch_align_stack(x) (x)" 361 * All other arches have "#define arch_align_stack(x) (x)"
362 * in their asm/system.h 362 * in their asm/exec.h
363 * As this is included in UML from asm-um/system-generic.h, 363 * As this is included in UML from asm-um/system-generic.h,
364 * we can use it to behave as the subarch does. 364 * we can use it to behave as the subarch does.
365 */ 365 */