diff options
Diffstat (limited to 'arch/microblaze/kernel/hw_exception_handler.S')
-rw-r--r-- | arch/microblaze/kernel/hw_exception_handler.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/microblaze/kernel/hw_exception_handler.S b/arch/microblaze/kernel/hw_exception_handler.S index 0b11a4469deb..95558f32d60a 100644 --- a/arch/microblaze/kernel/hw_exception_handler.S +++ b/arch/microblaze/kernel/hw_exception_handler.S | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Exception handling for Microblaze | 3 | * Exception handling for Microblaze |
3 | * | 4 | * |
@@ -30,10 +31,6 @@ | |||
30 | * | 31 | * |
31 | * Original code | 32 | * Original code |
32 | * Copyright (C) 2004 Xilinx, Inc. | 33 | * Copyright (C) 2004 Xilinx, Inc. |
33 | * | ||
34 | * This program is free software; you can redistribute it and/or modify it | ||
35 | * under the terms of the GNU General Public License version 2 as published | ||
36 | * by the Free Software Foundation. | ||
37 | */ | 34 | */ |
38 | 35 | ||
39 | /* | 36 | /* |