345 + static int __init tsx_async_abort_parse_cmdline(char *str) 346 + { 347 + if (!boot_cpu_has_bug(X86_BUG_TAA)) 348 + return 0; 349 + 350 + if (!str) 351 + return -EINVAL; 352 + 353 + if (!strcmp(str, "off"