|
@@ -310,7 +310,8 @@ extern char _SecondaryResetVector_text_start;
|
|
|
extern char _SecondaryResetVector_text_end;
|
|
extern char _SecondaryResetVector_text_end;
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
-static inline int mem_reserve(unsigned long start, unsigned long end)
|
|
|
|
|
|
|
+static inline int __init_memblock mem_reserve(unsigned long start,
|
|
|
|
|
+ unsigned long end)
|
|
|
{
|
|
{
|
|
|
return memblock_reserve(start, end - start);
|
|
return memblock_reserve(start, end - start);
|
|
|
}
|
|
}
|