diff options
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r-- | mm/bootmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c index 3b6380784c28..90336470273c 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -154,7 +154,7 @@ unsigned long __init init_bootmem(unsigned long start, unsigned long pages) * down, but we are still initializing the system. Pages are given directly * to the page allocator, no bootmem metadata is updated because it is gone. */ -void __init free_bootmem_late(unsigned long physaddr, unsigned long size) +void free_bootmem_late(unsigned long physaddr, unsigned long size) { unsigned long cursor, end; |