X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=kernel%2Fdebug%2Fgdbstub.c;h=9d34d2364b5a504d8ca80a24377cdac3a445fbd6;hb=f8416aa29185468e0d914ba4b2a330fd53ee263f;hp=8372897402f4a29d7544b3c6ca1237e4cd125913;hpb=7c2becf7968bda70c457565d42d06f76251edefe;p=linux-2.6-microblaze.git diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c index 8372897402f4..9d34d2364b5a 100644 --- a/kernel/debug/gdbstub.c +++ b/kernel/debug/gdbstub.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Kernel Debug Core * @@ -22,10 +23,6 @@ * * Original KGDB stub: David Grothe , * Tigran Aivazian - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. */ #include @@ -1045,8 +1042,8 @@ int gdb_serial_stub(struct kgdb_state *ks) gdb_cmd_detachkill(ks); return DBG_PASS_EVENT; } -#endif fallthrough; +#endif case 'C': /* Exception passing */ tmp = gdb_cmd_exception_pass(ks); if (tmp > 0)