search for: init_deasserted

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

2007 Apr 18
1
[PATCH 3/3] Gdt hotplug
...do_boot_cpu(int api * This grunge runs the startup process for * the targeted processor. */ - cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); + if (!cpu_gdt_descr[cpu].address) + cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); atomic_set(&init_deasserted, 0);
2007 Apr 18
1
[PATCH 3/3] Gdt hotplug
...do_boot_cpu(int api * This grunge runs the startup process for * the targeted processor. */ - cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); + if (!cpu_gdt_descr[cpu].address) + cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); atomic_set(&init_deasserted, 0);
2007 Apr 18
2
[PATCH 3/3] Gdt page isolation
...rc1/arch/i386/kernel/smpboot.c 2005-09-20 20:38:22.000000000 -0700 @@ -898,6 +898,7 @@ static int __devinit do_boot_cpu(int api * This grunge runs the startup process for * the targeted processor. */ + cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); atomic_set(&init_deasserted, 0); Index: linux-2.6.14-rc1/arch/i386/kernel/head.S =================================================================== --- linux-2.6.14-rc1.orig/arch/i386/kernel/head.S 2005-09-20 14:32:16.000000000 -0700 +++ linux-2.6.14-rc1/arch/i386/kernel/head.S 2005-09-20 20:44:38.000000000 -0700 @@ -525,3...
2007 Apr 18
2
[PATCH 3/3] Gdt page isolation
...rc1/arch/i386/kernel/smpboot.c 2005-09-20 20:38:22.000000000 -0700 @@ -898,6 +898,7 @@ static int __devinit do_boot_cpu(int api * This grunge runs the startup process for * the targeted processor. */ + cpu_gdt_descr[cpu].address = __get_free_page(GFP_KERNEL|__GFP_ZERO); atomic_set(&init_deasserted, 0); Index: linux-2.6.14-rc1/arch/i386/kernel/head.S =================================================================== --- linux-2.6.14-rc1.orig/arch/i386/kernel/head.S 2005-09-20 14:32:16.000000000 -0700 +++ linux-2.6.14-rc1/arch/i386/kernel/head.S 2005-09-20 20:44:38.000000000 -0700 @@ -525,3...