PERFORCE change 28505 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 8 01:53:51 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=28505

Change 28505 by peter at peter_daintree on 2003/04/08 01:52:57

	cpu_switch is new-style

Affected files ...

.. //depot/projects/hammer/sys/sys/proc.h#14 edit

Differences ...

==== //depot/projects/hammer/sys/sys/proc.h#14 (text+ko) ====

@@ -889,7 +889,7 @@
 void	sleepinit(void);
 void	stopevent(struct proc *, u_int, u_int);
 void	cpu_idle(void);
-#if defined(__i386__) || defined(__sparc64__)
+#if defined(__i386__) || defined(__sparc64__) || defined(__x86_64__)
 void	cpu_switch(struct thread *old, struct thread *new);
 void	cpu_throw(struct thread *old, struct thread *new) __dead2;
 #else


More information about the p4-projects mailing list