X-Git-Url: https://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fcache.S;h=b62c32c995dc84f7d9a1b46f1dde722ada892b68;hp=de445d61de9b6521f649a46a2eda053d29f6f8a3;hb=5aa4e2a849cbef09035dfc9b324df5f5167c64e9;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/second/cache.S b/second/cache.S index de445d6..b62c32c 100644 --- a/second/cache.S +++ b/second/cache.S @@ -1,14 +1,25 @@ /* - * PowerPC version - * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) - * Copyright (C) 1996 Paul Mackerras. + * cache.S - PowerPC version * - * This program 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 - * 2 of the License, or (at your option) any later version. + * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) + * + * Copyright (C) 1996 Paul Mackerras + * + * This program 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 2 of the License, or + * (at your option) any later version. + * + * This program 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 this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - + #include "asm/ppc_asm.tmpl" #include "asm/processor.h"