6 lines
118 B
C
6 lines
118 B
C
|
unsigned long os_get_task_size(unsigned long shift)
|
||
|
{
|
||
|
/* The old value of CONFIG_TOP_ADDR */
|
||
|
return 0x7fc0000000;
|
||
|
}
|