Displaying 2 results from an estimated 2 matches for "cpu_switch_load_g".
Did you mean:
cpu_switch_load_gs
2005 Nov 09
2
FreeBSD DomU Fatal trap 12 in cpu_switch_load_gs
...= base 0x235, limit 0x8485e7c3, type 0x9
= DPL 0, pres 1, def32 1, gran 0
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 1943 (cc)
trap number = 12
panic: page fault
%nm -n XENUkernelNFS |grep c0183343
c0183343 T cpu_switch_load_gs
This is with a kernel compiled to run diskless over nfs and no kdb. With
KDB enabled the machine just hangs (I assume the debugger is trying to
attach to a non-existent serial port)
Should I be running 2.0.7 2.0-testing or 3.x to stand the best chance of getting a stable FreeBSD DomU? Is this...
2003 Aug 22
3
PAE removal patch for testing
...2003
+++ /usr/src/sys/i386/include/md_var.h Fri Aug 22 02:05:11 2003
@@ -72,7 +72,6 @@
void bcopyb __P((const void *from, void *to, size_t len));
void busdma_swi __P((void));
void cpu_halt __P((void));
-void cpu_idle __P((void));
void cpu_reset __P((void));
void cpu_setregs __P((void));
void cpu_switch_load_gs __P((void)) __asm(__STRING(cpu_switch_load_gs));
diff -u -r /usr/src/sys.old/i386/include/param.h /usr/src/sys/i386/include/param.h
--- /usr/src/sys.old/i386/include/param.h Thu Aug 21 18:35:36 2003
+++ /usr/src/sys/i386/include/param.h Fri Aug 22 02:04:43 2003
@@ -94,18 +94,10 @@
#define PAGE_MA...