From patchwork Wed Jan 6 00:14:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ricardo Salveti X-Patchwork-Id: 59214 Delivered-To: patches@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp6275230lbb; Tue, 5 Jan 2016 16:15:49 -0800 (PST) X-Received: by 10.140.221.70 with SMTP id r67mr69410030qhb.84.1452039346421; Tue, 05 Jan 2016 16:15:46 -0800 (PST) Return-Path: Received: from mail-qk0-x232.google.com (mail-qk0-x232.google.com. [2607:f8b0:400d:c09::232]) by mx.google.com with ESMTPS id u142si109546258qka.40.2016.01.05.16.15.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 16:15:46 -0800 (PST) Received-SPF: pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c09::232 as permitted sender) client-ip=2607:f8b0:400d:c09::232; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ricardo.salveti@linaro.org designates 2607:f8b0:400d:c09::232 as permitted sender) smtp.mailfrom=ricardo.salveti@linaro.org; dkim=pass header.i=@linaro.org Received: by mail-qk0-x232.google.com with SMTP id n135so147336810qka.2 for ; Tue, 05 Jan 2016 16:15:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=eGLpHyW6O1tEJTqT4b8M0llTJJkrZ8O0nHAd57cTVd0=; b=GCJsElicH4noMsGW+8FUW21QfYx7EhYAvOP5T+s/jaSd0HeXGYDl0QFHAQTWTADJLT YE1fUnG9KEi9J1jEsnkcpKLPy1YLJx927yOfT4z0VHfR0ILm272Aoi02/zwbLLFLFZSr xJLZxvzx2lqO7DAKqLNkVo7KJUgxhHw9FezYE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=eGLpHyW6O1tEJTqT4b8M0llTJJkrZ8O0nHAd57cTVd0=; b=Bzt1kFEsxqzyAmvvJcYvE/oMNc3UAeDvWn3khWda5SYoxTSr1f60Ybw3L6lvlu2+yI DidfDlI7HDcYUb0cx7Vb48P3dEgm9oimDz41iE5pHdUqNIQxxTpF8khRLYWpJeQcB3Xa urAH7JT8hxYHnrrC6xPesuAU5DCIqkWHPVI0TY4i07kBuS/YHG+tfxX0SW38CaDbndsP mq+g2DBk78C2oEhDp8KMoCfJq0ANNJmZugdq4Ef8l7Hiz8nocjHzNR5n+nCh5hXM6THo TTxU/xLxCN+FOLZYAjrvp/GT/QwiIhurfBKKlseq5at3N/gEb7+Buf2e8dqrL4Wye3J8 4QvQ== X-Gm-Message-State: ALoCoQmI4sgW2IAayw9YpeSGYczwucEGETAKcPGXKzDi20kQ95iQsoTM2Miv/x4/REpNEYmK3Zt7kRvJc84+wrEc/xqnrTxMOQ== X-Received: by 10.55.53.208 with SMTP id c199mr128167389qka.109.1452039346160; Tue, 05 Jan 2016 16:15:46 -0800 (PST) Return-Path: Received: from localhost.localdomain ([179.223.143.138]) by smtp.gmail.com with ESMTPSA id w14sm43115337qge.24.2016.01.05.16.15.44 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 05 Jan 2016 16:15:45 -0800 (PST) From: Ricardo Salveti To: debian-kernel@lists.debian.org Cc: patches@linaro.org, Ricardo Salveti Subject: [PATCH 5/8] [arm64] config: enable multi-core scheduler support by default Date: Tue, 5 Jan 2016 22:14:56 -0200 Message-Id: <1452039299-25178-6-git-send-email-ricardo.salveti@linaro.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> References: <1452039299-25178-1-git-send-email-ricardo.salveti@linaro.org> Also available by default on x86. Signed-off-by: Ricardo Salveti --- debian/config/arm64/config | 1 + 1 file changed, 1 insertion(+) -- 2.5.0 diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 65ff9fd..eeca3fe 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -6,6 +6,7 @@ CONFIG_PCI=y # CONFIG_ARM64_ERRATUM_843419 is not set CONFIG_XEN=y CONFIG_COMPAT=y +CONFIG_SCHED_MC=y ## ## file: arch/arm64/crypto/Kconfig