| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * linux/arch/arm/lib/clear_user.S |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 1995, 1996,1997,1998 Russell King |
|---|
| 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 | #include <linux/linkage.h> |
|---|
| 11 | 8 | #include <asm/assembler.h> |
|---|
| .. | .. |
|---|
| 44 | 41 | strusr r2, r0, 1, ne, rept=2 |
|---|
| 45 | 42 | tst r1, #1 @ x1 x0 x1 x0 x1 x0 x1 |
|---|
| 46 | 43 | it ne @ explicit IT needed for the label |
|---|
| 47 | | -USER( strnebt r2, [r0]) |
|---|
| 44 | +USER( strbtne r2, [r0]) |
|---|
| 48 | 45 | mov r0, #0 |
|---|
| 49 | 46 | ldmfd sp!, {r1, pc} |
|---|
| 50 | 47 | UNWIND(.fnend) |
|---|