Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Chris Wright
* Randy Dunlap ([EMAIL PROTECTED]) wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Since Voyager and Visual WS already define ARCH_SETUP, > it looks like PARAVIRT shouldn't be offered for them. > > In file included from arch/i386/kernel/setup.c:63: >

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Zachary Amsden
Randy Dunlap wrote: From: Randy Dunlap <[EMAIL PROTECTED]> Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP"

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Jeremy Fitzhardinge
Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Since Voyager and Visual WS already define ARCH_SETUP, > it looks like PARAVIRT shouldn't be offered for them. > > In file included from arch/i386/kernel/setup.c:63: > include/asm-i386/mach-visws/setup_arch.h:8:1: warning:

[PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP" redefined In file included

[PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: ARCH_SETUP redefined In file included from

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Jeremy Fitzhardinge
Randy Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: ARCH_SETUP

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Zachary Amsden
Randy Dunlap wrote: From: Randy Dunlap [EMAIL PROTECTED] Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: warning: ARCH_SETUP redefined

Re: [PATCH] no paravirt for X86_VOYAGER or X86_VISWS

2006-12-09 Thread Chris Wright
* Randy Dunlap ([EMAIL PROTECTED]) wrote: From: Randy Dunlap [EMAIL PROTECTED] Since Voyager and Visual WS already define ARCH_SETUP, it looks like PARAVIRT shouldn't be offered for them. In file included from arch/i386/kernel/setup.c:63: include/asm-i386/mach-visws/setup_arch.h:8:1: