projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'linus' into tracing/sysprof
[linux-2.6]
/
arch
/
um
/
os-Linux
/
sys-x86_64
/
task_size.c
1
unsigned long os_get_top_address(unsigned long shift)
2
{
3
/* The old value of CONFIG_TOP_ADDR */
4
return 0x7fc0000000;
5
}