tmore fix - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 229086e79014909293b56271b529ed97e700932e
 (DIR) parent 07b075d589991739c493b8dc71c5c7b7224bfcc0
 (HTM) Author: rsc <devnull@localhost>
       Date:   Thu, 16 Feb 2006 06:11:08 +0000
       
       more fix
       
       Diffstat:
         M src/libthread/Linux-sparc64-contex… |       6 +-----
       
       1 file changed, 1 insertion(+), 5 deletions(-)
       ---
 (DIR) diff --git a/src/libthread/Linux-sparc64-context.S b/src/libthread/Linux-sparc64-context.S
       t@@ -47,12 +47,8 @@
           Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
           02111-1307 USA.  */
        
       -#define __ASSEMBLER__
       -#include <linux/linkage.h>
       -
       -#ifndef END
       +#define ENTRY(x) x:
        #define END(x)
       -#endif
        
        /*#include "ucontext_i.h" (up above) */