PERFORCE change 132337 for review
    Warner Losh 
    imp at FreeBSD.org
       
    Wed Jan  2 14:01:35 PST 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=132337
Change 132337 by imp at imp_paco-paco on 2008/01/02 22:01:00
	cpu_halt/cpu_reset should be defined in cpu.h, remove them
	here.
Affected files ...
.. //depot/projects/mips2-jnpr/src/sys/mips/include/md_var.h#4 edit
Differences ...
==== //depot/projects/mips2-jnpr/src/sys/mips/include/md_var.h#4 (text+ko) ====
@@ -43,8 +43,6 @@
 extern	char	sigcode[];
 extern	int	szsigcode, szosigcode;
 
-void	cpu_halt(void);
-void	cpu_reset(void);
 void	MipsSaveCurFPState(struct thread *);
 void	fork_trampoline(void);
 void	cpu_swapin(struct proc *);
    
    
More information about the p4-projects
mailing list