Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amd64/amd64
Module Name: src
Committed By: dsl
Date: Thu Nov 1 22:48:14 UTC 2007
Modified Files:
src/sys/arch/amd64/amd64: syscall.c
Log Message:
Kill syscall_fancy().
With a the result of trace_is_enabled() cached in p->p_trace_enabled the
cost of 2 correctly predicted branches is insignificant.
Reorder prologue slightly, should reduce memory stalls.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/sys/arch/amd64/amd64/syscall.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index