From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1YqLYh-0008Pa-Fe for mharc-grub-devel@gnu.org; Thu, 07 May 2015 09:09:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqLYb-0008LY-Mw for grub-devel@gnu.org; Thu, 07 May 2015 09:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqLYY-0002jG-Sh for grub-devel@gnu.org; Thu, 07 May 2015 09:09:41 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:37092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqLYY-0002j7-LC for grub-devel@gnu.org; Thu, 07 May 2015 09:09:38 -0400 Received: by widdi4 with SMTP id di4so59228422wid.0 for ; Thu, 07 May 2015 06:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=qSirqFq26KF9NN/4T/8H6SprX7EsR9YV9baawBa90xw=; b=1Fj/Gm9I0Z/QNyzXpFFy6I+Nq/SQaYuzwHA4CaKGhIaZkmMmkVb7/5y+jiXC6Q0pjW fwXOxKK79opqFIt3Ye7gYoufJ25aeP2qkNXLUhtOdDlwzTaqzi50WIXc25AucMiw5lX3 +AzUbWUaRbUlLlWBWSF4LKBRAwa9YrTZsxwNzP5jER6OCbr7VA//G8MAEUlJe+Pvpx/b QhVzFQHbILLJ8ADuq08M4dtwaW9lTV2Lq8frlmRRhDRfL8/kVj9h8XRCPkIB545Z5fRQ KYIA4Qhg7BNRfZrDH3kUA4jSQREBqmfx8xPechT1Heqrbn9QPCVtNMkrWBSZIBYbgAvZ UkNA== X-Received: by 10.180.96.41 with SMTP id dp9mr1500619wib.77.1431004178188; Thu, 07 May 2015 06:09:38 -0700 (PDT) Received: from ?IPv6:2620:0:105f:fd00:863a:4bff:fe50:abc4? ([2620:0:105f:fd00:863a:4bff:fe50:abc4]) by mx.google.com with ESMTPSA id di7sm3906755wib.23.2015.05.07.06.09.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 May 2015 06:09:36 -0700 (PDT) Message-ID: <554B6410.9030806@gmail.com> Date: Thu, 07 May 2015 15:09:36 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.6.0 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [PATCH 2/5] arm64: Move some #define from References: <5493171F.5010402@linaro.org> In-Reply-To: <5493171F.5010402@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="32b2JPUQDS1AK3OVaTBHwhKhwUoIuGqOD" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 13:09:46 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --32b2JPUQDS1AK3OVaTBHwhKhwUoIuGqOD Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 18.12.2014 19:04, Fu Wei wrote: > grub-core/loader/arm64/linux.c to include/grub/arm64/linux.h Reason:= =20 > (1)make code more orderly (2)these #define can be used by other file= s which > includs include/grub/arm64/linux.h >=20 (1): We keep defines in C file if they're used only in one file. But the whole exporting of linux functions is ok. Comitting now. --32b2JPUQDS1AK3OVaTBHwhKhwUoIuGqOD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EAREKAAYFAlVLZBAACgkQmBXlbbo5nOvPwwEArMaB1k69WnoruGDG58ynXoND Jua1G+nfR8vFP2IpUg4A/2oy4hFAApU7RGV7GmzL9ftMkzySNCPD/VPIq/FLKtp4 =sqXS -----END PGP SIGNATURE----- --32b2JPUQDS1AK3OVaTBHwhKhwUoIuGqOD--