| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * arch/arm/kernel/kprobes-test.c |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2011 Jon Medhurst <tixy@yxit.co.uk>. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | /* |
|---|
| .. | .. |
|---|
| 723 | 720 | [REG_TYPE_NOSPPCX] = COVERAGE_ANY_REG | COVERAGE_SP, |
|---|
| 724 | 721 | }; |
|---|
| 725 | 722 | |
|---|
| 726 | | -unsigned coverage_start_registers(const struct decode_header *h) |
|---|
| 723 | +static unsigned coverage_start_registers(const struct decode_header *h) |
|---|
| 727 | 724 | { |
|---|
| 728 | 725 | unsigned regs = 0; |
|---|
| 729 | 726 | int i; |
|---|