Dash:
[t2-trunk.git] / package / base / xen-tools / hot-fix.patch
blobcfcf18e8fc012ffb37b7333e57fc2470c5a5ab7d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../xen-tools/hot-fix.patch
5 # Copyright (C) 2010 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 diff -Nur xen-3.4.2-orig/xen/crypto/vmac.c xen-3.4.2/xen/crypto/vmac.c
18 --- xen-3.4.2-orig/xen/crypto/vmac.c 2009-11-14 21:15:00.000000000 +0000
19 +++ xen-3.4.2/xen/crypto/vmac.c 2009-11-14 21:25:14.000000000 +0000
20 @@ -378,7 +378,7 @@
21 #define ASJ(x, y, z) __asm {x label##y}
22 #endif
24 -static void NOINLINE nh_16_func(const uint64_t *mp, const uint64_t *kp, size_t nw, uint64_t *rh, uint64_t *rl)
25 +static void noinline nh_16_func(const uint64_t *mp, const uint64_t *kp, size_t nw, uint64_t *rh, uint64_t *rl)
27 // This assembly version, using MMX registers, is just as fast as the
28 // intrinsics version (which uses XMM registers) on the Intel Core 2,