diff options
author | Adam Jackson <ajax@redhat.com> | 2017-02-16 14:56:45 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-03-01 10:16:20 -0500 |
commit | dc7ceda90fdedb2212f105095fe8d449bfdb0eb4 (patch) | |
tree | 3ac043c6520ea3a18987ec97792510f5906af74b /Xi/opendev.c | |
parent | 8c9909a99292b2fb4a86de694bb0029f61e35662 (diff) |
dispatch: Mark swapped dispatch as _X_COLD
This touches everything that ends up in the Xorg binary; the big missing
part is GLX since that's all generated code. Cuts about 14k from the
binary on amd64.
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Xi/opendev.c')
-rw-r--r-- | Xi/opendev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Xi/opendev.c b/Xi/opendev.c index 6708bade1..3472c97dd 100644 --- a/Xi/opendev.c +++ b/Xi/opendev.c @@ -73,7 +73,7 @@ extern CARD8 event_base[]; * */ -int +int _X_COLD SProcXOpenDevice(ClientPtr client) { REQUEST(xOpenDeviceReq); @@ -163,7 +163,7 @@ ProcXOpenDevice(ClientPtr client) * */ -void +void _X_COLD SRepXOpenDevice(ClientPtr client, int size, xOpenDeviceReply * rep) { swaps(&rep->sequenceNumber); |