[uml-devel] [PATCH] UML: Gprof needs frame pointers.

2007-10-18 Thread Magotari
This is a short Kconfig fix for a problem in User Mode Linux. Frame pointers are required for gprof support to work. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- --- linux-2.6.23-mm1/arch/um/Kconfig.debug 2007-10-18 22:24:13.0 +0200 +++ linux-2.6.23-mm1

[uml-devel] [PATCH] uml: Updating outdated links to the uml website.

2007-10-22 Thread Magotari
This patch updates links which broke during the transition to the new UML website. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23-mm1/arch/um/Kconfig linux-2.6.23-mm1.local/arch/um/Kconfig --- linux-2.6.23-mm1/arch/um/Kconfig2007-10-18 22:24:

[uml-devel] [PATCH] uml: removing xmm detection

2007-10-25 Thread Magotari
This patch removes some code which ran at every boot, but does not seem to do anything anymore. Please test. It works for me but mistakes can happen. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -uprN linux-2.6.23-mm1/arch/um/sys-i386/bugs.c linux-2.6.23-mm1.loca

[uml-devel] [PATCH] uml: remove an unused variable in arch_switch_{to, tls}

2007-11-07 Thread Magotari
This patch removes a variable which was not used in two functions. Yet another code cleanup, nothing really significant. Please note that I could not test this on x86_64. I don't have the hardware for it. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -upNr linux-

[uml-devel] [PATCH] uml: cleanup unused return values

2007-11-09 Thread Magotari
This patch changes a few functions into returning void. The return values were not used anyway, so I think it should not be a problem. Also removed a little leftover bit from TT mode. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -rupN linux-2.6.23.orig/arch/um/in

[uml-devel] [PATCH] UML - Remove an unused variable.

2007-11-12 Thread Magotari
This patch gets rid of an unused variable in a few functions. Compile and run tested. Karol Swietlicki Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]> --- diff -rupN linux-2.6.24-rc2.orig/arch/um/drivers/chan_kern.c linux-2.6.24-rc2/arch/um/drivers/chan_kern.c --- linux-2.6.24-rc2.orig/arch/u