|
@@ -11,12 +11,6 @@
|
|
|
#ifndef _ASMARM_PAGE_NOMMU_H
|
|
|
#define _ASMARM_PAGE_NOMMU_H
|
|
|
|
|
|
-#if !defined(CONFIG_SMALL_TASKS) && PAGE_SHIFT < 13
|
|
|
-#define KTHREAD_SIZE (8192)
|
|
|
-#else
|
|
|
-#define KTHREAD_SIZE PAGE_SIZE
|
|
|
-#endif
|
|
|
-
|
|
|
#define clear_page(page) memset((page), 0, PAGE_SIZE)
|
|
|
#define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
|
|
|
|