mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
[PATCH] nommu: fix bug ip_conntrack does not work on nommu
num_physpages is not exported out in mm/nommu.c, so the ip_conntrack module link will fail. Signed-off-by: Bryan Wu <bryan.wu@analog.com> Acked-By: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c3724b129b
commit
6a04de6dbe
@ -45,6 +45,7 @@ int heap_stack_gap = 0;
|
||||
|
||||
EXPORT_SYMBOL(mem_map);
|
||||
EXPORT_SYMBOL(__vm_enough_memory);
|
||||
EXPORT_SYMBOL(num_physpages);
|
||||
|
||||
/* list of shareable VMAs */
|
||||
struct rb_root nommu_vma_tree = RB_ROOT;
|
||||
|
Loading…
Reference in New Issue
Block a user