search for: apic_init_uniprocessor

Displaying 13 results from an estimated 13 matches for "apic_init_uniprocessor".

2008 Aug 21
2
doubt on releasing domain pages
Hi, I am trying to release domU pages from page_list and xenpage_list after domU shutdown while retaining the rest of the domain information. To achieve this in __domain_finalise_shutdown i call domain_relinquish_resources. This is failing to release pages from page_list for type PGT_l2_page_tables and crashing dom0. To be specific, while testing on mini-os i saw that when
2007 Apr 18
1
more build errors ...
Hi, Get these now: this one with non-pae builds: arch/i386/kernel/built-in.o: In function `APIC_init_uniprocessor': (.init.text+0x6357): undefined reference to `setup_boot_clock' this on both pae and non-pae (CONFIG_MAGIC_SYSRQ=y): drivers/built-in.o: In function `xencons_rx': (.text+0x17f09): undefined reference to `sysrq_enabled' cheers, Gerd -- Gerd Hoffmann <kraxel@suse.de&g...
2007 Apr 18
1
more build errors ...
Hi, Get these now: this one with non-pae builds: arch/i386/kernel/built-in.o: In function `APIC_init_uniprocessor': (.init.text+0x6357): undefined reference to `setup_boot_clock' this on both pae and non-pae (CONFIG_MAGIC_SYSRQ=y): drivers/built-in.o: In function `xencons_rx': (.text+0x17f09): undefined reference to `sysrq_enabled' cheers, Gerd -- Gerd Hoffmann <kraxel@suse.de&g...
2009 Feb 24
1
centos 4.7 / kvm
...ffff8011a874 0000000000000000 ffffffff8011ea9c 0000000000000186 ffffffff805824dd 0000000000000000 0000000000000800 Call Trace:<ffffffff8011a874>{lapic_watchdog_init+27} <ffffffff8011ea9c>{setup_apic_nmi_watchdog+47} <ffffffff805824dd>{setup_local_APIC+332} <ffffffff805828ff>{APIC_init_uniprocessor+144} <ffffffff8010c4fe>{init+214} <ffffffff8010c428>{init+0} <ffffffff80111693>{child_rip+8} <ffffffff8010c428>{init+0} <ffffffff8011168b>{child_rip+0} Code: 0f 30 e8 69 fe ff ff 48 c7 c6 05 1c 38 80 89 c2 44 89 e7 e8 RIP <ffffffff8011a543>{setup_p6_watchdog+28}...
2007 May 15
3
[PATCH 1/12] Add suspend/resume to devices owned by Xen
...art(int idx, struct uart_driver *driver, void *uart) { /* Store UART-specific info. */ diff -r 3ef0510e44d0 xen/include/asm-x86/apic.h --- a/xen/include/asm-x86/apic.h Tue May 08 10:21:23 2007 +0100 +++ b/xen/include/asm-x86/apic.h Mon May 14 15:05:28 2007 -0400 @@ -108,6 +108,8 @@ extern int APIC_init_uniprocessor (void) extern int APIC_init_uniprocessor (void); extern void disable_APIC_timer(void); extern void enable_APIC_timer(void); +extern int lapic_suspend(void); +extern int lapic_resume(void); extern int check_nmi_watchdog (void); extern void enable_NMI_through_LVT0 (void * dummy); @@ -123,6 +12...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...006-03-12 19:49:53.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/apic.c 2006-03-12 19:57:42.000000000 -0800 @@ -39,6 +39,7 @@ #include <mach_apic.h> #include <mach_ipi.h> +#include <mach_apictimer.h> #include "io_ports.h" @@ -1322,7 +1323,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + mach_setup_boot_local_clock(); return 0; } Index: linux-2.6.16-rc6/arch/i386/kernel/i8259.c =================================================================== --- linux-2.6.16-rc6...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...006-03-12 19:49:53.000000000 -0800 +++ linux-2.6.16-rc6/arch/i386/kernel/apic.c 2006-03-12 19:57:42.000000000 -0800 @@ -39,6 +39,7 @@ #include <mach_apic.h> #include <mach_ipi.h> +#include <mach_apictimer.h> #include "io_ports.h" @@ -1322,7 +1323,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + mach_setup_boot_local_clock(); return 0; } Index: linux-2.6.16-rc6/arch/i386/kernel/i8259.c =================================================================== --- linux-2.6.16-rc6...
2007 Apr 18
0
[PATCH 6/6] VMI timer patches
...s is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r 77e4058e936b arch/i386/kernel/apic.c --- a/arch/i386/kernel/apic.c Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/apic.c Thu Dec 14 16:40:16 2006 -0800 @@ -1395,7 +1395,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + setup_boot_clock(); return 0; } diff -r 77e4058e936b arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/entry.S Thu Dec 1...
2007 Apr 18
0
[PATCH 6/6] VMI timer patches
...s is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r 77e4058e936b arch/i386/kernel/apic.c --- a/arch/i386/kernel/apic.c Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/apic.c Thu Dec 14 16:40:16 2006 -0800 @@ -1395,7 +1395,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + setup_boot_clock(); return 0; } diff -r 77e4058e936b arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Thu Dec 14 16:40:14 2006 -0800 +++ b/arch/i386/kernel/entry.S Thu Dec 1...
2007 Apr 18
0
[PATCH 5/5] Vmi timer.patch
...s is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d1ec5a6e3e8c arch/i386/kernel/apic.c --- a/arch/i386/kernel/apic.c Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/apic.c Tue Dec 12 13:53:15 2006 -0800 @@ -1395,7 +1395,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + setup_boot_clock(); return 0; } diff -r d1ec5a6e3e8c arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/entry.S Tue Dec 1...
2007 Apr 18
0
[PATCH 5/5] Vmi timer.patch
...s is linked after any other paravirt_ops structs: see head.S obj-$(CONFIG_PARAVIRT) += paravirt.o diff -r d1ec5a6e3e8c arch/i386/kernel/apic.c --- a/arch/i386/kernel/apic.c Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/apic.c Tue Dec 12 13:53:15 2006 -0800 @@ -1395,7 +1395,7 @@ int __init APIC_init_uniprocessor (void) if (!skip_ioapic_setup && nr_ioapics) setup_IO_APIC(); #endif - setup_boot_APIC_clock(); + setup_boot_clock(); return 0; } diff -r d1ec5a6e3e8c arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Tue Dec 12 13:53:09 2006 -0800 +++ b/arch/i386/kernel/entry.S Tue Dec 1...
2007 Aug 08
19
Introducing paravirt_ops for x86_64
Hi folks, After some time away from it, and a big rebase as a consequence, here is the updated version of paravirt_ops for x86_64, heading to inclusion. Your criticism is of course, very welcome. Have fun -- arch/x86_64/Kconfig | 11 arch/x86_64/ia32/syscall32.c | 2 arch/x86_64/kernel/Makefile | 1 arch/x86_64/kernel/apic.c | 2
2007 Aug 08
19
Introducing paravirt_ops for x86_64
Hi folks, After some time away from it, and a big rebase as a consequence, here is the updated version of paravirt_ops for x86_64, heading to inclusion. Your criticism is of course, very welcome. Have fun -- arch/x86_64/Kconfig | 11 arch/x86_64/ia32/syscall32.c | 2 arch/x86_64/kernel/Makefile | 1 arch/x86_64/kernel/apic.c | 2