Date: Thu, 5 Apr 2018 14:55:44 +0000 (UTC) From: "Rodney W. Grimes" <rgrimes@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r332074 - stable/11/sys/i386/include Message-ID: <201804051455.w35Eti5u059240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804051455.w35Eti5u059240>