From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XXjpZ-00017K-4A for mharc-grub-devel@gnu.org; Sat, 27 Sep 2014 00:42:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXjpS-00016L-HK for grub-devel@gnu.org; Sat, 27 Sep 2014 00:41:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXjpN-0000He-Ot for grub-devel@gnu.org; Sat, 27 Sep 2014 00:41:54 -0400 Received: from mail-lb0-x229.google.com ([2a00:1450:4010:c04::229]:61828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXjpN-0000HU-H0 for grub-devel@gnu.org; Sat, 27 Sep 2014 00:41:49 -0400 Received: by mail-lb0-f169.google.com with SMTP id u10so2092060lbd.14 for ; Fri, 26 Sep 2014 21:41:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=uIl61Ya8LjqRC1u4S3VNwVKgXC7oIIHZv+oopP+zoEg=; b=0lqWhCueM3gln/t1HcIaoyVHTOcobwInMMAjBkgJ1BMASgCTmqEcamQDuzulfpoS0q A9/athZlwRDIo7+tFS6YxjmHoWwuCkWLckuq0NGxFdQc+cv2A2fjCGvH0OIx9958ugFX n9WGRhAYmgbBXuBHFKVH982o1rZav4LLMtEwFVnscQoNuktsYYluMSaNsav3deK7b6Xu FFYulBeaNQV6EF5CPmsKF+x2K4Kzg70y9o42xh08PI/tM1hUu6V3/X7AK4IUM9sN8hk6 5K2hDD9gY2qytOHTlarIuMYptrUaFT4kj5q639Ip5clwZJ0Ojn7T4Ufo+H6KeLm+3z3e yBWw== X-Received: by 10.152.3.130 with SMTP id c2mr24824636lac.72.1411792903456; Fri, 26 Sep 2014 21:41:43 -0700 (PDT) Received: from opensuse.site (ppp94-29-94-89.pppoe.spdop.ru. [94.29.94.89]) by mx.google.com with ESMTPSA id j3sm2555531lbs.0.2014.09.26.21.41.42 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 21:41:42 -0700 (PDT) Date: Sat, 27 Sep 2014 08:41:40 +0400 From: Andrei Borzenkov To: The development of GNU GRUB Subject: Re: [PATCH] Disable VSX instruction Message-ID: <20140927084140.74d71229@opensuse.site> In-Reply-To: <20140926135202.GA17853@beren.chocolate> References: <20140925223336.GA24386@beren.chocolate> <20140926101400.GA14239@riva.ucam.org> <20140926135202.GA17853@beren.chocolate> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.23; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::229 Cc: pfsmorigo@linux.vnet.ibm.com 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: Sat, 27 Sep 2014 04:41:59 -0000 =D0=92 Fri, 26 Sep 2014 10:52:02 -0300 Paulo Flabiano Smorigo =D0=BF=D0=B8=D1=88=D0= =B5=D1=82: > Fri, Sep 26, 2014 at 11:14:00AM +0100, Colin Watson wrote: > > On Thu, Sep 25, 2014 at 07:33:39PM -0300, Paulo Flabiano Smorigo wrote: > > > @@ -28,6 +30,14 @@ > > > .globl start, _start > > > start: > > > _start: > > > + _start: > > > + > > > + /* Disable VSX instruction */ > >=20 > > Isn't the second _start: label here redundant? >=20 > yes, sorry. I will remove it from the patch. >=20 Is it still needs? I tested "Add flags for powerpc in order to avoid exceptions" and it works, so I assume this patch is obsolete? > Tks! >=20 > >=20 > > --=20 > > Colin Watson [cjwatson@ubuntu.com] > >=20 > > _______________________________________________ > > Grub-devel mailing list > > Grub-devel@gnu.org > > https://lists.gnu.org/mailman/listinfo/grub-devel > >=20 >=20