Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2011 08:45:13 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220269 - stable/8/sys/amd64/linux32
Message-ID:  <201104020845.p328jDxD076055@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Apr  2 08:45:13 2011
New Revision: 220269
URL: http://svn.freebsd.org/changeset/base/220269

Log:
  MFC r219364:
  
  Remove dead (since r190620) code.

Modified:
  stable/8/sys/amd64/linux32/linux32_genassym.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/amd64/linux32/linux32_genassym.c
==============================================================================
--- stable/8/sys/amd64/linux32/linux32_genassym.c	Sat Apr  2 08:34:24 2011	(r220268)
+++ stable/8/sys/amd64/linux32/linux32_genassym.c	Sat Apr  2 08:45:13 2011	(r220269)
@@ -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));



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104020845.p328jDxD076055>