| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/kernel/crunch.c |
|---|
| 3 | 4 | * Cirrus MaverickCrunch context switching and handling |
|---|
| 4 | 5 | * |
|---|
| 5 | 6 | * Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> |
|---|
| 6 | | - * |
|---|
| 7 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 8 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 9 | | - * published by the Free Software Foundation. |
|---|
| 10 | 7 | */ |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | #include <linux/module.h> |
|---|
| .. | .. |
|---|
| 52 | 49 | * FALLTHROUGH: Ensure we don't try to overwrite our newly |
|---|
| 53 | 50 | * initialised state information on the first fault. |
|---|
| 54 | 51 | */ |
|---|
| 52 | + fallthrough; |
|---|
| 55 | 53 | |
|---|
| 56 | 54 | case THREAD_NOTIFY_EXIT: |
|---|
| 57 | 55 | crunch_task_release(thread); |
|---|