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_ */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to