|
@@ -203,13 +203,7 @@ void __put_task_struct(struct task_struct *tsk)
|
|
|
}
|
|
|
EXPORT_SYMBOL_GPL(__put_task_struct);
|
|
|
|
|
|
-/*
|
|
|
- * macro override instead of weak attribute alias, to workaround
|
|
|
- * gcc 4.1.0 and 4.1.1 bugs with weak attribute and empty functions.
|
|
|
- */
|
|
|
-#ifndef arch_task_cache_init
|
|
|
-#define arch_task_cache_init()
|
|
|
-#endif
|
|
|
+void __init __weak arch_task_cache_init(void) { }
|
|
|
|
|
|
void __init fork_init(unsigned long mempages)
|
|
|
{
|