kernel/arch/alpha/kernel/setup.c
.. .. @@ -394,8 +394,7 @@ 394 394 extern void setup_memory(void *); 395 395 #endif /* !CONFIG_DISCONTIGMEM */ 396 396 397 -int __init398 -page_is_ram(unsigned long pfn)397 +int page_is_ram(unsigned long pfn)399 398 { 400 399 struct memclust_struct * cluster; 401 400 struct memdesc_struct * memdesc;