Re: [PATCH] lguest: rename i386_head.S in the comments

2015-03-22 Thread Rusty Russell
Alexander Kuleshov writes: > i386_head.S renamed to the head_32.S, let's update it in > the comments too. Thanks, applied! Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

[PATCH] lguest: rename i386_head.S in the comments

2015-03-22 Thread Alexander Kuleshov
i386_head.S renamed to the head_32.S, let's update it in the comments too. Signed-off-by: Alexander Kuleshov --- arch/x86/lguest/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/lguest/boot.c b/arch/x86/lguest/boot.c index ac4453d..543510a 100644 --- a/arch

[PATCH] lguest: rename i386_head.S

2013-05-03 Thread Daniel Baluta
Since commit 9a163ed8e0 (i386: move kernel) kernel/i386_head.S was renamed to kernel/head_32.S. We do the same for lguest/i386_head.S. Signed-off-by: Daniel Baluta --- arch/x86/lguest/{i386_head.S => head_32.S} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename arch/x86/lguest/{i38