lkml.org 
[lkml]   [1998]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch] x86, small syscall entry speedup, 2.1.90


On Fri, 13 Mar 1998, MOLNAR Ingo wrote:
>
> this patch speeds up syscall entry and page faults by 1 cycle on a pentium
> ;) It's tested.

It also won't actually compile with any sane assembler. Admittedly "gas"
isn't sane, but maybe somebody will clean gas up some day.

Please fix gas instead of making the kernel uglier..

Linus

> - mov %dx,%ds; \
> - mov %dx,%es;
> + movb %dx,%ds; \
> + movb %dx,%es;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.072 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site