search for: voyager_smp

Displaying 4 results from an estimated 4 matches for "voyager_smp".

2007 Apr 27
3
The virtuailization patches break Voyager.
..., but it would be nice if things were restructured to make it harder to miss the subarchitectures on arch/i386. The patch known as x86_64-mm-use-per-cpu-gdt-immediately-upon-boot on -mm currently breaks voyager smp support in some very obvious ways. Making init_gdt a function which is called from voyager_smp.c static in smpboot.c a file that is not even used on voayger is an obvious one. Adding start_pda and not setting it in voyager_smp is another. Rusty do you think you can address this? Eric
2007 Apr 27
3
The virtuailization patches break Voyager.
..., but it would be nice if things were restructured to make it harder to miss the subarchitectures on arch/i386. The patch known as x86_64-mm-use-per-cpu-gdt-immediately-upon-boot on -mm currently breaks voyager smp support in some very obvious ways. Making init_gdt a function which is called from voyager_smp.c static in smpboot.c a file that is not even used on voayger is an obvious one. Adding start_pda and not setting it in voyager_smp is another. Rusty do you think you can address this? Eric
2007 Apr 28
3
[PATCH] i386: introduce voyager smp_ops, fix voyager build
...@xmission.com> --- arch/i386/kernel/Makefile | 1 arch/i386/kernel/smp.c | 65 ++------------------------- arch/i386/kernel/smpboot.c | 19 -------- arch/i386/kernel/smpcommon.c | 79 ++++++++++++++++++++++++++++++++++ arch/i386/mach-voyager/voyager_smp.c | 71 ++++++++++++++++++------------ include/asm-i386/processor.h | 1 6 files changed, 129 insertions(+), 107 deletions(-) =================================================================== --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -20,6 +20,7 @@ obj-$(CO...
2007 Apr 28
3
[PATCH] i386: introduce voyager smp_ops, fix voyager build
...@xmission.com> --- arch/i386/kernel/Makefile | 1 arch/i386/kernel/smp.c | 65 ++------------------------- arch/i386/kernel/smpboot.c | 19 -------- arch/i386/kernel/smpcommon.c | 79 ++++++++++++++++++++++++++++++++++ arch/i386/mach-voyager/voyager_smp.c | 71 ++++++++++++++++++------------ include/asm-i386/processor.h | 1 6 files changed, 129 insertions(+), 107 deletions(-) =================================================================== --- a/arch/i386/kernel/Makefile +++ b/arch/i386/kernel/Makefile @@ -20,6 +20,7 @@ obj-$(CO...