Author: dchagin
Date: Mon Mar  7 08:12:07 2011
New Revision: 219364
URL: http://svn.freebsd.org/changeset/base/219364

Log:
  Remove dead code.
  
  MFC after:    1 Week

Modified:
  head/sys/amd64/linux32/linux32_genassym.c

Modified: head/sys/amd64/linux32/linux32_genassym.c
==============================================================================
--- head/sys/amd64/linux32/linux32_genassym.c   Mon Mar  7 07:31:15 2011        
(r219363)
+++ head/sys/amd64/linux32/linux32_genassym.c   Mon Mar  7 08:12:07 2011        
(r219364)
@@ -9,8 +9,6 @@ __FBSDID("$FreeBSD$");
 
 ASSYM(LINUX_SIGF_HANDLER, offsetof(struct l_sigframe, sf_handler));
 ASSYM(LINUX_SIGF_SC, offsetof(struct l_sigframe, sf_sc));
-ASSYM(LINUX_SC_ES, offsetof(struct l_sigcontext, sc_es));
-ASSYM(LINUX_SC_DS, offsetof(struct l_sigcontext, sc_ds));
 ASSYM(LINUX_RT_SIGF_HANDLER, offsetof(struct l_rt_sigframe, sf_handler));
 ASSYM(LINUX_RT_SIGF_UC, offsetof(struct l_rt_sigframe, sf_sc));
 ASSYM(LINUX_RT_SIGF_SC, offsetof(struct l_ucontext, uc_mcontext));
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to