Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2016 10:46:33 +0000 (UTC)
From:      Bruce Evans <bde@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r304147 - head/sys/i386/include
Message-ID:  <201608151046.u7FAkX5g099607@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bde
Date: Mon Aug 15 10:46:33 2016
New Revision: 304147
URL: https://svnweb.freebsd.org/changeset/base/304147

Log:
  Remove duplicate definition of get_pcb_td().  gcc works for detecting
  this error.

Modified:
  head/sys/i386/include/md_var.h

Modified: head/sys/i386/include/md_var.h
==============================================================================
--- head/sys/i386/include/md_var.h	Mon Aug 15 10:16:08 2016	(r304146)
+++ head/sys/i386/include/md_var.h	Mon Aug 15 10:46:33 2016	(r304147)
@@ -69,6 +69,5 @@ void	ppro_reenable_apic(void);
 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?201608151046.u7FAkX5g099607>