diff options
Diffstat (limited to 'init/main.c')
| -rw-r--r-- | init/main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c index 9cf77ab138a..e33e09df3cb 100644 --- a/init/main.c +++ b/init/main.c @@ -442,9 +442,11 @@ void __init __weak smp_setup_processor_id(void)  {  } +# if THREAD_SIZE >= PAGE_SIZE  void __init __weak thread_info_cache_init(void)  {  } +#endif  /*   * Set up kernel memory allocators  |