Commit b93f2620 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Add proper header file extern for cmdline_memory_size.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9753f0d6
...@@ -761,8 +761,6 @@ out: ...@@ -761,8 +761,6 @@ out:
smp_new_mmu_context_version(); smp_new_mmu_context_version();
} }
extern unsigned long cmdline_memory_size;
/* Find a free area for the bootmem map, avoiding the kernel image /* Find a free area for the bootmem map, avoiding the kernel image
* and the initial ramdisk. * and the initial ramdisk.
*/ */
......
...@@ -777,6 +777,8 @@ extern void pgtable_cache_init(void); ...@@ -777,6 +777,8 @@ extern void pgtable_cache_init(void);
extern void sun4v_register_fault_status(void); extern void sun4v_register_fault_status(void);
extern void sun4v_ktsb_register(void); extern void sun4v_ktsb_register(void);
extern unsigned long cmdline_memory_size;
#endif /* !(__ASSEMBLY__) */ #endif /* !(__ASSEMBLY__) */
#endif /* !(_SPARC64_PGTABLE_H) */ #endif /* !(_SPARC64_PGTABLE_H) */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment