mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
3610cce87a
- De-confuse the defines for the address-space-control-elements and the segment/region table entries. - Create out of line functions for page table allocation / freeing. - Simplify get_shadow_xxx functions. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
8 lines
159 B
Makefile
8 lines
159 B
Makefile
#
|
|
# Makefile for the linux s390-specific parts of the memory manager.
|
|
#
|
|
|
|
obj-y := init.o fault.o extmem.o mmap.o vmem.o pgtable.o
|
|
obj-$(CONFIG_CMM) += cmm.o
|
|
|