mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 17:41:50 +00:00
sparc64: setup_valid_addr_bitmap_from_pavail() should be __init
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e3c71a3291
commit
dbb8c35d90
1 changed files with 1 additions and 1 deletions
|
@ -1843,7 +1843,7 @@ static int pavail_rescan_ents __initdata;
|
||||||
* memory list again, and make sure it provides at least as much
|
* memory list again, and make sure it provides at least as much
|
||||||
* memory as 'pavail' does.
|
* memory as 'pavail' does.
|
||||||
*/
|
*/
|
||||||
static void setup_valid_addr_bitmap_from_pavail(void)
|
static void __init setup_valid_addr_bitmap_from_pavail(void)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue