diff options
Diffstat (limited to 'arch/s390/mm/vmem.c')
| -rw-r--r-- | arch/s390/mm/vmem.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/mm/vmem.c b/arch/s390/mm/vmem.c index 79699f46a44..e21aaf4f5cb 100644 --- a/arch/s390/mm/vmem.c +++ b/arch/s390/mm/vmem.c @@ -268,6 +268,10 @@ out:  	return ret;  } +void vmemmap_free(struct page *memmap, unsigned long nr_pages) +{ +} +  /*   * Add memory segment to the segment list if it doesn't overlap with   * an already present segment.  |