[PATCH 2/3] [AARCH64] Add scheduler for ThunderX

Andrew Pinski pinskia@gmail.com
Mon Nov 17 23:03:00 GMT 2014


On Mon, Nov 17, 2014 at 12:04 PM, Sebastian Pop <sebpop@gmail.com> wrote:
> Andrew Pinski wrote:
>> diff --git a/gcc/config/aarch64/thunderx.md b/gcc/config/aarch64/thunderx.md
>> new file mode 100644
>> index 0000000..30e4395
>> --- /dev/null
>> +++ b/gcc/config/aarch64/thunderx.md
>> @@ -0,0 +1,260 @@
>> +;; Cavium ThunderX pipeline description
>> +;; Copyright (C) 2014 Free Software Foundation, Inc.
>> +;;
>> +;; Written by Andrew Pinski  <apinski@cavium.com>
>> +
>> +;; This file is part of GCC.
>> +
>> +;; GCC is free software; you can redistribute it and/or modify
>> +;; it under the terms of the GNU General Public License as published by
>> +;; the Free Software Foundation; either version 3, or (at your option)
>> +;; any later version.
>> +
>> +;; GCC is distributed in the hope that it will be useful,
>> +;; but WITHOUT ANY WARRANTY; without even the implied warranty of
>> +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>> +;; GNU General Public License for more details.
>> +
>> +;; You should have received a copy of the GNU General Public License
>> +;; along with GCC; see the file COPYING3.  If not see
>> +;; <http://www.gnu.org/licenses/>.
>> +;;   Copyright (C) 2004, 2005, 2006 Cavium Networks.
>
> You should remove this line before commit.


Woops, I had missed that when I was writing this code.  It was a copy
and paste from our octeon.md file too.
Anyways committed after a quick build.

Thanks,
Andrew Pinski

ChangeLog:
* config/aarch64/thunderx.md: Remove copyright which should not have been there.
-------------- next part --------------
Index: config/aarch64/thunderx.md
===================================================================
--- config/aarch64/thunderx.md	(revision 217675)
+++ config/aarch64/thunderx.md	(working copy)
@@ -18,7 +18,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with GCC; see the file COPYING3.  If not see
 ;; <http://www.gnu.org/licenses/>.
-;;   Copyright (C) 2004, 2005, 2006 Cavium Networks.
 
 
 ;; Thunder is a dual-issue processor that can issue all instructions on


More information about the Gcc-patches mailing list