From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E22F630F7EB for ; Thu, 25 Jun 2026 18:25:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782411926; cv=none; b=VdSWduqkGKtqoxW3QUEUFwuv7g7ZpHjSjD+RRkFSmtuN4cULe0b+X2avWKVCzd94ZpIUsKGVwNJc2sQELIKzy0diYp7EIEdj8T8PgaXRk7gBZDRVeFTt1P3uQM421eZWOB/pvdTtFuTqCgaxwpZz+FVuWQv4O33g+x+NxTh3X7E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782411926; c=relaxed/simple; bh=H2OibhEDyQ5DVqi7b1hZEc3xcjhYoF59iG863L3xXwA=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=l55GznPrkZBXWkGRLvKYr//dighxu+hr2uxrk5h1SWyQHVK2SE0bpQ1/VUIdTBj6FcLiEzCfsH7AZdVflPmB/Eq25WvJmhXQgvg+IVp2d4G2qKl9u8vbEYrm4hwide/Xxou2qk+P51YgMXmlgiwb1vN8l0Q8PxVkIs2FBQnKGKo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=N8wTS1wS; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="N8wTS1wS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFAFD1F000E9; Thu, 25 Jun 2026 18:25:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782411925; bh=kJr+JtBeGbiDwHuiluaC01xNoBz1bSums0WQHD6vIm4=; h=Date:From:To:cc:Subject:In-Reply-To:References; b=N8wTS1wSHsEWznGGhxqEk7Os9+R7+MFAnFCV+GQaCGQDLhEw1qXghnVbOu56W/yFg yY0K0L/9/pjhhT6lx5kYac/jFFCjNu+GhcZJfwXWcdNFBJ0osG0P6diceyhfOsmdIB J0ARiMVGdGpS/H4hhiOhBBBkvVc8Kkid6lDBvLI+RyTwtKT/zExxg0/D8dAriJv6SL TiobshDxbmeugDQsXJGhBECELojRDp7w3BHv9eKkRof0Z4ZQMp5wcnOGjJClyOhkuG 83yEvHfgl4flVbRY4Bzhk+bbEUJ7c3jDQrM7tMsTuHJEUBWRfoEfXBQGN+F2jfwJIp TfVeEbz/eiTpQ== Date: Thu, 25 Jun 2026 12:25:24 -0600 (MDT) From: Paul Walmsley To: Thorsten Blum cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Vivian Wang , Atish Patra , Anup Patel , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: smp: use secs_to_jiffies in __cpu_up In-Reply-To: <20260611232537.467398-3-thorsten.blum@linux.dev> Message-ID: <58936e85-1924-bbc8-6ee0-04d89be5bae0@kernel.org> References: <20260611232537.467398-3-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII On Fri, 12 Jun 2026, Thorsten Blum wrote: > Use secs_to_jiffies() to simplify the code. Drop the redundant zero > initialization while at it. > > Signed-off-by: Thorsten Blum Thanks, queued for v7.2-rc. - Paul