repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[wrt350n-kernel.git]
/
arch
/
um
/
os-Linux
/
sys-x86_64
/
task_size.c
blob
fad6f57f8ee3568d89ae8603238d5c734e19cb3a
1
unsigned long
os_get_task_size
(
unsigned long
shift
)
2
{
3
/* The old value of CONFIG_TOP_ADDR */
4
return
0x7fc0000000
;
5
}