|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /lib/modules/2.6.18-274.el5/source/arch/x86_64/mm/ |
Upload File : |
# # Makefile for the linux x86_64-specific parts of the memory manager. # obj-y := init.o fault.o ioremap.o extable.o pageattr.o mmap.o obj-$(CONFIG_HAVE_GET_USER_PAGES_FAST) += gup.o obj-$(CONFIG_HUGETLB_PAGE) += hugetlbpage.o obj-$(CONFIG_NUMA) += numa.o obj-$(CONFIG_K8_NUMA) += k8topology.o obj-$(CONFIG_ACPI_NUMA) += srat.o obj-$(CONFIG_TRACK_DIRTY_PAGES) += track.o hugetlbpage-y = ../../i386/mm/hugetlbpage.o ifdef CONFIG_XEN include $(srctree)/scripts/Makefile.xen ioremap-y += ../../i386/mm/ioremap-xen.o hypervisor-y += ../../i386/mm/hypervisor.o obj-y += hypervisor.o obj-y := $(call cherrypickxen, $(obj-y)) endif