repo.or.cz
/
linux-2.6
/
verdex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[TG3]: Set minimal hw interrupt mitigation.
[linux-2.6/verdex.git]
/
arch
/
ppc64
/
kernel
/
vdso32
/
vdso32_wrapper.S
blob
76ca28e09d295cbceca9909ce5b1c7fa858a5b60
1
#include <linux/init.h>
2
#include <asm/page.h>
3
4
.section ".data.page_aligned"
5
6
.globl vdso32_start, vdso32_end
7
.balign PAGE_SIZE
8
vdso32_start:
9
.incbin "arch/ppc64/kernel/vdso32/vdso32.so"
10
.balign PAGE_SIZE
11
vdso32_end:
12
13
.previous