Hi, Jeff!
This patch also does some improvements for uml code. Improvements include
dropping unnecessary cast, killing some unnecessary code and still some
constifying for pointers etc..
Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
Cc: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/drivers/ubd_kern
On Fri, Nov 02, 2007 at 11:22:44AM -0500, Erik Paulson wrote:
> running:
> make linux ARCH=um CFLAGS=-I/scratch/epaulson/vde/include
This isn't going to help with the compilation problems, but the patch
below seems to pass LFLAGS from the command line through to ld nicely.
> CC arch/um/ker
On Mon, Nov 05, 2007 at 10:14:42PM +0800, WANG Cong wrote:
> This patch also does some improvements for uml code. Improvements include
> dropping unnecessary cast, killing some unnecessary code and still some
> constifying for pointers etc..
Looks good - I'll forward it along.
On Mon, Nov 05, 2007 at 12:12:13PM -0500, Jeff Dike wrote:
>
> > CC arch/um/kernel/skas/mmu.o
> > In file included from include/asm/processor-generic.h:13,
> > from include/asm/processor.h:77,
> > from include/asm/thread_info.h:11,
> > from
clone.c needed some style attention -
updated copyright
include trimming
coding style
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/kernel/skas/clone.c | 32 ++--
1 file changed, 18 insertions(+), 14 deletions(-)
Index: linux-2.6/a
SMP still needs to depend on BROKEN for now.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/Kconfig |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: linux-2.6/arch/um/Kconfig
===
--- linux-2.6.orig/arch/um
From: WANG Cong <[EMAIL PROTECTED]>
This patch also does some improvements for uml code. Improvements include
dropping unnecessary cast, killing some unnecessary code and still some
constifying for pointers etc..
Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
Signed-off-by: Jeff Dike <[EMAIL PROTEC
From: Karol Swietlicki <[EMAIL PROTECTED]>
This is a short Kconfig fix for a problem in User Mode Linux.
Frame pointers are required for gprof support to work.
Signed-off-by: Karol Swietlicki <[EMAIL PROTECTED]>
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/Kconfig.debug |2 +-
1
Console driver cleanups -
Changed an instance of foo = bar + foo to foo += bar
Removed checks of tty->stopped - I don't think the low-level
driver has any business looking at that
Removed an annoying warning
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
---
arch/um/drivers/
These six patches are cleanups and can wait until 2.6.25.
Jeff
--
Work email - jdike at linux dot intel dot com
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log fil
Suggested by Geert Uytterhoeven - use const.h to get constants that
are usable in both C and assembly. I can't include it directly since
this code can't include kernel headers. const.h is also for numeric
constants that can be typed by tacking a "UL" or similar on the end.
The constants here have
11 matches
Mail list logo