X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fc6x%2Fkernel%2Fvectors.S;h=ad3dc006a6d3a952c866e90edf38a5a00efd074f;hb=d2912cb15bdda8ba4a5dd73396ad62641af2f520;hp=c95c66fc71e84d068c329803a0dfb24053af11dc;hpb=4ba3069fea9f0771dad3f4906b305ab50d5a1b30;p=sfrench%2Fcifs-2.6.git diff --git a/arch/c6x/kernel/vectors.S b/arch/c6x/kernel/vectors.S index c95c66fc71e8..ad3dc006a6d3 100644 --- a/arch/c6x/kernel/vectors.S +++ b/arch/c6x/kernel/vectors.S @@ -1,13 +1,10 @@ +; SPDX-License-Identifier: GPL-2.0-only ; ; Port on Texas Instruments TMS320C6x architecture ; ; Copyright (C) 2004, 2006, 2009, 2010, 2011 Texas Instruments Incorporated ; Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) ; -; This program is free software; you can redistribute it and/or modify -; it under the terms of the GNU General Public License version 2 as -; published by the Free Software Foundation. -; ; This section handles all the interrupt vector routines. ; At RESET the processor sets up the DRAM timing parameters and ; branches to the label _c_int00 which handles initialization for the C code.