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.
86320
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
cbc3497370
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'cbc3497370'
${ noResults }
kernel_samsung_sm7125
/
arch
/
x86
/
kernel
/
asm-offsets.c
6 lines
92 B
Raw
Normal View
History
Unescape
Escape
i386: prepare shared kernel/asm-offsets.c Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
17 years ago
#
ifdef CONFIG_X86_32
#
include "asm-offsets_32.c"
#
else
#
include "asm-offsets_64.c"
lguest: the asm offsets This is the structure offsets required by lg.ko's switcher.S. Unfortunately we don't have infrastructure for private asm-offsets creation. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
18 years ago
#
endif