PERFORCE change 107736 for review
John Birrell
jb at FreeBSD.org
Wed Oct 11 20:41:54 PDT 2006
http://perforce.freebsd.org/chv.cgi?CH=107736
Change 107736 by jb at jb_freebsd8 on 2006/10/12 03:41:52
Remove more optional KSE.
Affected files ...
.. //depot/projects/dtrace/src/sys/arm/at91/kb920x_machdep.c#12 edit
Differences ...
==== //depot/projects/dtrace/src/sys/arm/at91/kb920x_machdep.c#12 (text) ====
@@ -454,11 +454,7 @@
undefined_handler_address = (u_int)undefinedinstruction_bounce;
undefined_init();
-#ifdef KSE
proc_linkup(&proc0, &ksegrp0, &thread0);
-#else
- proc_linkup(&proc0, &thread0);
-#endif
thread0.td_kstack = kernelstack.pv_va;
thread0.td_pcb = (struct pcb *)
(thread0.td_kstack + KSTACK_PAGES * PAGE_SIZE) - 1;
More information about the p4-projects
mailing list