svn commit: r332074 - stable/11/sys/i386/include

Rodney W. Grimes rgrimes at FreeBSD.org
Thu Apr 5 14:55:45 UTC 2018


Author: rgrimes
Date: Thu Apr  5 14:55:44 2018
New Revision: 332074
URL: https://svnweb.freebsd.org/changeset/base/332074

Log:
  MFC: r304147(bde)
  
  Remove duplicate definition of get_pcb_td().  gcc works for detecting
  this error.
  
  Approved by:  bde (mentor)

Modified:
  stable/11/sys/i386/include/md_var.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/i386/include/md_var.h
==============================================================================
--- stable/11/sys/i386/include/md_var.h	Thu Apr  5 14:39:51 2018	(r332073)
+++ stable/11/sys/i386/include/md_var.h	Thu Apr  5 14:55:44 2018	(r332074)
@@ -71,6 +71,5 @@ void	set_gsbase(struct thread *td, uint32_t base);
 void	setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
 union savefpu *get_pcb_user_save_td(struct thread *td);
 union savefpu *get_pcb_user_save_pcb(struct pcb *pcb);
-struct pcb *get_pcb_td(struct thread *td);
 
 #endif /* !_MACHINE_MD_VAR_H_ */


More information about the svn-src-all mailing list