From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVGjL-0006gj-4Y for guix-patches@gnu.org; Mon, 27 May 2019 10:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVGjK-00053i-B0 for guix-patches@gnu.org; Mon, 27 May 2019 10:36:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hVGjK-00053Y-8o for guix-patches@gnu.org; Mon, 27 May 2019 10:36:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hVGjK-0007gj-2R for guix-patches@gnu.org; Mon, 27 May 2019 10:36:02 -0400 Subject: [bug#35345] [PATCH 1/2] gnu: Add x86-energy-perf-policy Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Mon, 27 May 2019 16:35:00 +0200 In-Reply-To: ("Stefan \=\?utf-8\?Q\?Stefanovi\=C4\=87\=22's\?\= message of "Sat, 20 Apr 2019 16:45:12 +0000") Message-ID: <871s0kufsb.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Stefan =?UTF-8?Q?Stefanovi=C4=87?= Cc: 35345@debbugs.gnu.org Hi Stefan, Stefan Stefanovi=C4=87 skribis: > From 79d021f7bd686159ad9cf4dd2f94c360b2a21ae4 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Stefan=3D20Stefanovi=3DC4=3D87?=3D > Date: Sat, 20 Apr 2019 15:37:13 +0200 > Subject: [PATCH 1/2] gnu: Add x86-energy-perf-policy. > > * gnu/packages/linux.scm (cpupower): New variable. I fixed up indentation, added a copyright line for you, and committed. Thanks, Ludo=E2=80=99.