From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964800AbcAKTcL (ORCPT ); Mon, 11 Jan 2016 14:32:11 -0500 Received: from mail-yk0-f174.google.com ([209.85.160.174]:35599 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933984AbcAKTcJ (ORCPT ); Mon, 11 Jan 2016 14:32:09 -0500 Date: Mon, 11 Jan 2016 14:32:07 -0500 From: Tejun Heo To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] percpu changes for v4.5-rc1 Message-ID: <20160111193207.GI1898@mtj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Two trivial percpu patches for v4.5-rc1. Thanks. The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-4.5 for you to fetch changes up to 18fc93fd64129c96432812cb44f59c963871889b: percpu: remove PERCPU_ENOUGH_ROOM which is stale definition (2015-11-16 10:50:25 -0500) ---------------------------------------------------------------- Guillaume Gomez (1): percpu: Remove unneeded return from void function Jungseok Lee (1): percpu: remove PERCPU_ENOUGH_ROOM which is stale definition arch/ia64/include/asm/percpu.h | 2 -- include/linux/percpu-refcount.h | 2 +- include/linux/percpu.h | 6 ------ 3 files changed, 1 insertion(+), 9 deletions(-) -- tejun