Merge branch 'kvm-tsx-ctrl' into HEAD
Conflicts: arch/x86/kvm/vmx/vmx.c
This commit is contained in:
@@ -55,7 +55,7 @@ static void test_dump_stack(void)
|
||||
#pragma GCC diagnostic pop
|
||||
}
|
||||
|
||||
static pid_t gettid(void)
|
||||
static pid_t _gettid(void)
|
||||
{
|
||||
return syscall(SYS_gettid);
|
||||
}
|
||||
@@ -72,7 +72,7 @@ test_assert(bool exp, const char *exp_str,
|
||||
fprintf(stderr, "==== Test Assertion Failure ====\n"
|
||||
" %s:%u: %s\n"
|
||||
" pid=%d tid=%d - %s\n",
|
||||
file, line, exp_str, getpid(), gettid(),
|
||||
file, line, exp_str, getpid(), _gettid(),
|
||||
strerror(errno));
|
||||
test_dump_stack();
|
||||
if (fmt) {
|
||||
|
Reference in New Issue
Block a user