This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56488
Commits
0
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
fc432e1952
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fc432e1952'
${ noResults }
kernel_samsung_sm7125
/
include
/
asm-um
/
frame.i
7 lines
79 B
Raw
Normal View
History
Unescape
Escape
[PATCH] i386: Redo semaphore and rwlock assembly helpers - Move them to a pure assembly file. Previously they were in a C file that only consisted of inline assembly. Doing it in pure assembler is much nicer. - Add a frame.i include with FRAME/ENDFRAME macros to easily add frame pointers to assembly functions - Add dwarf2 annotation to them so that the new dwarf2 unwinder doesn't get stuck on them - Random cleanups Includes feedback from Jan Beulich and a UML build fix from Andrew Morton. Cc: jbeulich@novell.com Cc: jdike@addtoit.com Signed-off-by: Andi Kleen <ak@suse.de>
19 years ago
#
i
f
n
def
_
_
U
M
_
F
R
A
M
E
_
I
#
define
_
_
U
M
_
F
R
A
M
E
_
I
#
i
n
c
l
u
d
e
"asm/arch/frame.i"
#
e
n
d
i
f