All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] lguest: rename i386_head.S
@ 2013-05-03 11:01 Daniel Baluta
  2013-05-06  6:31 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Baluta @ 2013-05-03 11:01 UTC (permalink / raw)
  To: lguest, rusty; +Cc: linux-kernel, 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 <dbaluta@ixiacom.com>
---
Changes since v1:
	* use head_32.o in Makefile

 arch/x86/lguest/Makefile                   |    2 +-
 arch/x86/lguest/{i386_head.S => head_32.S} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename arch/x86/lguest/{i386_head.S => head_32.S} (100%)

diff --git a/arch/x86/lguest/Makefile b/arch/x86/lguest/Makefile
index 94e0e54..8f38d57 100644
--- a/arch/x86/lguest/Makefile
+++ b/arch/x86/lguest/Makefile
@@ -1,2 +1,2 @@
-obj-y		:= i386_head.o boot.o
+obj-y		:= head_32.o boot.o
 CFLAGS_boot.o	:= $(call cc-option, -fno-stack-protector)
diff --git a/arch/x86/lguest/i386_head.S b/arch/x86/lguest/head_32.S
similarity index 100%
rename from arch/x86/lguest/i386_head.S
rename to arch/x86/lguest/head_32.S
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] lguest: rename i386_head.S
  2013-05-03 11:01 [PATCH v2] lguest: rename i386_head.S Daniel Baluta
@ 2013-05-06  6:31 ` Rusty Russell
  0 siblings, 0 replies; 2+ messages in thread
From: Rusty Russell @ 2013-05-06  6:31 UTC (permalink / raw)
  To: Daniel Baluta, lguest; +Cc: linux-kernel, Daniel Baluta

Daniel Baluta <dbaluta@ixiacom.com> writes:

> 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 <dbaluta@ixiacom.com>

Better.  Applied.

Thanks,
Rusty.

> ---
> Changes since v1:
> 	* use head_32.o in Makefile
>
>  arch/x86/lguest/Makefile                   |    2 +-
>  arch/x86/lguest/{i386_head.S => head_32.S} |    0
>  2 files changed, 1 insertions(+), 1 deletions(-)
>  rename arch/x86/lguest/{i386_head.S => head_32.S} (100%)
>
> diff --git a/arch/x86/lguest/Makefile b/arch/x86/lguest/Makefile
> index 94e0e54..8f38d57 100644
> --- a/arch/x86/lguest/Makefile
> +++ b/arch/x86/lguest/Makefile
> @@ -1,2 +1,2 @@
> -obj-y		:= i386_head.o boot.o
> +obj-y		:= head_32.o boot.o
>  CFLAGS_boot.o	:= $(call cc-option, -fno-stack-protector)
> diff --git a/arch/x86/lguest/i386_head.S b/arch/x86/lguest/head_32.S
> similarity index 100%
> rename from arch/x86/lguest/i386_head.S
> rename to arch/x86/lguest/head_32.S
> -- 
> 1.7.5.4

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-06  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-03 11:01 [PATCH v2] lguest: rename i386_head.S Daniel Baluta
2013-05-06  6:31 ` Rusty Russell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.