Displaying 12 results from an estimated 12 matches for "smpboot_hooks".
2007 Apr 18
2
[RFC, PATCH 9/24] i386 Vmi smp support
...efile 2006-03-08 11:01:45.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800
@@ -6,4 +6,4 @@ EXTRA_CFLAGS += -I../kernel
export CFLAGS_stubs.o += -ffunction-sections
-obj-y := setup.o stubs.o stubs-asm.o
+obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c
===================================================================
--- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-08 11:02:12.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-08 11:02:...
2007 Apr 18
2
[RFC, PATCH 9/24] i386 Vmi smp support
...efile 2006-03-08 11:01:45.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800
@@ -6,4 +6,4 @@ EXTRA_CFLAGS += -I../kernel
export CFLAGS_stubs.o += -ffunction-sections
-obj-y := setup.o stubs.o stubs-asm.o
+obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c
===================================================================
--- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-08 11:02:12.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-08 11:02:...
2007 Apr 18
1
[RFC, PATCH 21/24] i386 Vmi proc node
...ux-2.6.16-rc5.orig/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:03:12.000000000 -0800
@@ -6,4 +6,4 @@ EXTRA_CFLAGS += -I../kernel
export CFLAGS_stubs.o += -ffunction-sections
-obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o
+obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o proc.o
2007 Apr 18
1
[RFC, PATCH 21/24] i386 Vmi proc node
...ux-2.6.16-rc5.orig/arch/i386/mach-vmi/Makefile 2006-03-08 11:02:43.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/Makefile 2006-03-08 11:03:12.000000000 -0800
@@ -6,4 +6,4 @@ EXTRA_CFLAGS += -I../kernel
export CFLAGS_stubs.o += -ffunction-sections
-obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o
+obj-y := setup.o stubs.o stubs-asm.o smpboot_hooks.o proc.o
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...e, clear_page_range() clears user pgd entries */
+ mach_release_pgd(__pa(pgd) >> PAGE_SHIFT);
kmem_cache_free(pgd_cache, pgd);
}
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/setup.c
===================================================================
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c
===================================================================
--- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-10 13:03:33.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-10 13:03:39.000000000 -0800
@@ -110,6 +110,7 @@ void __init smpboot_...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...e, clear_page_range() clears user pgd entries */
+ mach_release_pgd(__pa(pgd) >> PAGE_SHIFT);
kmem_cache_free(pgd_cache, pgd);
}
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/setup.c
===================================================================
Index: linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c
===================================================================
--- linux-2.6.16-rc5.orig/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-10 13:03:33.000000000 -0800
+++ linux-2.6.16-rc5/arch/i386/mach-vmi/smpboot_hooks.c 2006-03-10 13:03:39.000000000 -0800
@@ -110,6 +110,7 @@ void __init smpboot_...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...===============================
--- linux-2.6.16-rc6.orig/arch/i386/kernel/smpboot.c 2006-03-12 19:57:32.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/smpboot.c 2006-03-12 19:57:42.000000000 -0800
@@ -56,6 +56,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <mach_apictimer.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -513,7 +514,7 @@ static void __devinit start_secondary(vo
smp_callin();
while (!cpu_isset(smp_processor_id(), smp_commenced_mask))
rep_nop();
- setup_secondary_APIC_...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...===============================
--- linux-2.6.16-rc6.orig/arch/i386/kernel/smpboot.c 2006-03-12 19:57:32.000000000 -0800
+++ linux-2.6.16-rc6/arch/i386/kernel/smpboot.c 2006-03-12 19:57:42.000000000 -0800
@@ -56,6 +56,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <mach_apictimer.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -513,7 +514,7 @@ static void __devinit start_secondary(vo
smp_callin();
while (!cpu_isset(smp_processor_id(), smp_commenced_mask))
rep_nop();
- setup_secondary_APIC_...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...mem allocator. Although the
diff -r d8711b11c1eb arch/i386/kernel/smpboot.c
--- a/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:06 2006 -0800
+++ b/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:13 2006 -0800
@@ -63,6 +63,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <asm/vmi.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -547,6 +548,9 @@ static void __devinit start_secondary(vo
* booting is too fragile that we want to limit the
* things done here to the most necessary things.
*/
+#ifdef C...
2007 Apr 18
0
[PATCH 4/5] Vmi.patch
...mem allocator. Although the
diff -r d8711b11c1eb arch/i386/kernel/smpboot.c
--- a/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:06 2006 -0800
+++ b/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:13 2006 -0800
@@ -63,6 +63,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <asm/vmi.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -547,6 +548,9 @@ static void __devinit start_secondary(vo
* booting is too fragile that we want to limit the
* things done here to the most necessary things.
*/
+#ifdef C...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...mem allocator. Although the
diff -r d8711b11c1eb arch/i386/kernel/smpboot.c
--- a/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:06 2006 -0800
+++ b/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:13 2006 -0800
@@ -63,6 +63,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <asm/vmi.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -547,6 +548,9 @@ static void __devinit start_secondary(vo
* booting is too fragile that we want to limit the
* things done here to the most necessary things.
*/
+#ifdef C...
2007 Apr 18
0
[PATCH 5/6] VMI backend for paravirt-ops
...mem allocator. Although the
diff -r d8711b11c1eb arch/i386/kernel/smpboot.c
--- a/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:06 2006 -0800
+++ b/arch/i386/kernel/smpboot.c Tue Dec 12 13:51:13 2006 -0800
@@ -63,6 +63,7 @@
#include <mach_apic.h>
#include <mach_wakecpu.h>
#include <smpboot_hooks.h>
+#include <asm/vmi.h>
/* Set if we find a B stepping CPU */
static int __devinitdata smp_b_stepping;
@@ -547,6 +548,9 @@ static void __devinit start_secondary(vo
* booting is too fragile that we want to limit the
* things done here to the most necessary things.
*/
+#ifdef C...