Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > > > make[1]: *** No rule to make target > > > `arch/x86/kernel/paravirt_patch_32.o', needed by > > > `arch/x86/kernel/built-in.o'. Stop. > > > > if it's just that single missing file then please send me a patch that > > adds that file

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Glauber de Oliveira Costa
On Dec 20, 2007 6:33 PM, Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > this patch adds the paravirt_patch_32.o: > > > > > -obj-$(CONFIG_PARAVIRT) += paravirt.o > > > +obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_32.o > > >

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Glauber de Oliveira Costa <[EMAIL PROTECTED]> wrote: > The core patching code for paravirt is sufficiently different > among i386 and x86_64, and we move them to specific files. this patch adds the paravirt_patch_32.o: > -obj-$(CONFIG_PARAVIRT) += paravirt.o >

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > this patch adds the paravirt_patch_32.o: > > > -obj-$(CONFIG_PARAVIRT) += paravirt.o > > +obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_32.o > > but does not add that file nor any other rule to build that target, so > it

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Ingo Molnar [EMAIL PROTECTED] wrote: this patch adds the paravirt_patch_32.o: -obj-$(CONFIG_PARAVIRT) += paravirt.o +obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_32.o but does not add that file nor any other rule to build that target, so it fails to

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Glauber de Oliveira Costa [EMAIL PROTECTED] wrote: The core patching code for paravirt is sufficiently different among i386 and x86_64, and we move them to specific files. this patch adds the paravirt_patch_32.o: -obj-$(CONFIG_PARAVIRT) += paravirt.o +obj-$(CONFIG_PARAVIRT)

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Glauber de Oliveira Costa
On Dec 20, 2007 6:33 PM, Ingo Molnar [EMAIL PROTECTED] wrote: * Ingo Molnar [EMAIL PROTECTED] wrote: this patch adds the paravirt_patch_32.o: -obj-$(CONFIG_PARAVIRT) += paravirt.o +obj-$(CONFIG_PARAVIRT) += paravirt.o paravirt_patch_32.o but does not add

Re: [PATCH 13/15] move patching code to arch-specific file.

2007-12-20 Thread Ingo Molnar
* Glauber de Oliveira Costa [EMAIL PROTECTED] wrote: make[1]: *** No rule to make target `arch/x86/kernel/paravirt_patch_32.o', needed by `arch/x86/kernel/built-in.o'. Stop. if it's just that single missing file then please send me a patch that adds that file and i'll add it to