satip-axe/kernel/arch/um/os-Linux/sys-x86_64/task_size.c
2015-03-26 17:24:57 +01:00

6 lines
120 B
C

unsigned long os_get_top_address(unsigned long shift)
{
/* The old value of CONFIG_TOP_ADDR */
return 0x7fc0000000;
}