]> Git Repo - J-linux.git/blob - arch/sparc/kernel/sys32.S
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / sparc / kernel / sys32.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * sys32.S: I-cache tricks for 32-bit compatibility layer simple
4  *          conversions.
5  *
6  * Copyright (C) 1997 David S. Miller ([email protected])
7  * Copyright (C) 1998 Jakub Jelinek   ([email protected])
8  */
9
10 #include <asm/errno.h>
11
12 /* NOTE: call as jump breaks return stack, we have to avoid that */
13
14         .text
15
16         .globl          sys32_mmap2
17 sys32_mmap2:
18         sethi           %hi(sys_mmap), %g1
19         jmpl            %g1 + %lo(sys_mmap), %g0
20          sllx           %o5, 12, %o5
This page took 0.026338 seconds and 4 git commands to generate.