From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbcF0KLk (ORCPT ); Mon, 27 Jun 2016 06:11:40 -0400 Received: from mx0b-0016f401.pphosted.com ([67.231.156.173]:40106 "EHLO mx0b-0016f401.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751749AbcF0KLf (ORCPT ); Mon, 27 Jun 2016 06:11:35 -0400 From: Jisheng Zhang To: , , , CC: , , Jisheng Zhang Subject: [PATCH v2 0/3] cpufreq: intel_pstate: trivial improvements Date: Mon, 27 Jun 2016 18:07:15 +0800 Message-ID: <1467022038-924-1-git-send-email-jszhang@marvell.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-06-27_06:,, signatures=0 X-Proofpoint-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1606270114 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch fixes incorrect placement of __initdata The second patch is to add __init/__initdata marker to some functions or varaiables so that we can discard them. The third patch declares pid_params/pstate_funcs/hwp_active as __read_mostly, under the fact that they are mostly read and not written to. Since v1: - add Viresh's ack - fix the third patch commit msg: remove duplicated words Jisheng Zhang (3): intel_pstate: Fix incorrect placement of __initdata intel_pstate: add __init/__initdata marker to some functions/variables intel_pstate: Declare pid_params/pstate_funcs/hwp_active __read_mostly drivers/cpufreq/intel_pstate.c | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) -- 2.8.1