lkml.org 
[lkml]   [2012]   [Jun]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 33/40] autonuma: link mm/autonuma.o and kernel/sched/numa.o
    Date
    Link the AutoNUMA core and scheduler object files in the kernel if
    CONFIG_AUTONUMA=y.

    Signed-off-by: Andrea Arcangeli <aarcange@redhat.com>
    ---
    kernel/sched/Makefile | 1 +
    mm/Makefile | 1 +
    2 files changed, 2 insertions(+), 0 deletions(-)

    diff --git a/kernel/sched/Makefile b/kernel/sched/Makefile
    index 173ea52..783a840 100644
    --- a/kernel/sched/Makefile
    +++ b/kernel/sched/Makefile
    @@ -16,3 +16,4 @@ obj-$(CONFIG_SMP) += cpupri.o
    obj-$(CONFIG_SCHED_AUTOGROUP) += auto_group.o
    obj-$(CONFIG_SCHEDSTATS) += stats.o
    obj-$(CONFIG_SCHED_DEBUG) += debug.o
    +obj-$(CONFIG_AUTONUMA) += numa.o
    diff --git a/mm/Makefile b/mm/Makefile
    index 2e2fbbe..15900fd 100644
    --- a/mm/Makefile
    +++ b/mm/Makefile
    @@ -33,6 +33,7 @@ obj-$(CONFIG_FRONTSWAP) += frontswap.o
    obj-$(CONFIG_HAS_DMA) += dmapool.o
    obj-$(CONFIG_HUGETLBFS) += hugetlb.o
    obj-$(CONFIG_NUMA) += mempolicy.o
    +obj-$(CONFIG_AUTONUMA) += autonuma.o
    obj-$(CONFIG_SPARSEMEM) += sparse.o
    obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
    obj-$(CONFIG_SLOB) += slob.o

    \
     
     \ /
      Last update: 2012-06-28 15:21    [W:4.230 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site