[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] x86: Use printk_once() instead of opencoding it
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 11 May 2023 08:48:22 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5E0xoFqOO1H/rtjWFvPzFubDbc41FBKEVv5ge4YVCic=; b=HgfpDIEh4CTFNCI0mFC99BFACeWcF1IgH4CEXgZHUYbAFBAVvs/1wf/YTkw5Mh5pLdj3h+n3yrHEqX8Qx4jG/GUUiayQqfY8HX1GoM0GTR0CgHPLboljY3OQSdYFRAu5jC0gW5a7dG3URsoK17DwenNZmQpfRstAtzSpCO5OtXB87jDSQ2YuU9em2xeIffKej/cy4lJXwaR+uNeXTbX6yjR0wC3HbClQETqYsnT3lqK+dJnyeKYTWgd7XjvHFmwEKIJrqkQ4oWFCcwjmxUAq4D9z3tpH/VSLr2UQe9Joz1iCbBfFUjvHhqjFhtpkOhuSG7N9Y/SEFcaDdWW/btzZSw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YksM4q4n2VOEzm3QmeSyUkzBRYLD7xB5xbm4bhHAxR5bdsuznwlcgaThqJihqFx9IVg2rgrw2rIXh8EUU7L4jH5k/WDQO6oebbRP2yysz7No2h64iYB2O/3iV0jiqDKifmd1/fsnDcWHbk2XVsHGK8ThqR1YzGHoQI2AnnQf9Dh/eW3ve0ShQgpFQ89/ZmiO3pd+I3wFT0Vn2qGhHOsrSAhedyhBXZb4bf/8IzBKaJU7q0HEMHrfW46ivJ8AYMpXW9kzvdb5W8u1MmHjHk+rtJYWXrYEjXWZwpJ/yCHmJAmFjSiqGji9Hcr8ZjltGg0i1zwdlxPwEl7HypnFWqmU2A==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Jun Nakajima <jun.nakajima@xxxxxxxxx>, Kevin Tian <kevin.tian@xxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 11 May 2023 06:48:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10.05.2023 21:33, Andrew Cooper wrote:
> Technically our helper post-dates all of these examples, but it's good cleanup
> nevertheless. None of these examples should be using fully locked
> test_and_set_bool() in the first place.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|